#ECA845

Color #ECA845 Tulip Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tulip Tree #ECA845

Tints of Tulip Tree #ECA845

Color information

#ECA845 (or 0xECA845) is unknown color: approx Tulip Tree. HEX triplet: EC, A8 and 45. RGB value is (236,168,69). Sum of RGB (Red+Green+Blue) = 236+168+69=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA845 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA845 is #1357BA. Grayscale: #B1B1B1. Windows color (decimal): -1267643 or 4565228. OLE color: 4565228.

HSL color Cylindrical-coordinate representation of color #ECA845: hue angle of 35.57º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECA845 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB23616869-
CMYK00.290.710.07
HSL35.57º81.46%59.8%-
HSV(B)35.57º70.76%92.55%-
XYZ49.6746.2711.94-
YUV177.0567.03170.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 49.89%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 69 (27.34% from 255) = 14.59%
R=49.89%
G=35.52%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361686900.290.710.0735.5781.4659.8
HexECA84501D47724513c
Octal35425010503510774412174
Binary1110110010101000100010101110110001111111001001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA845; }

 p { color: rgb(236,168,69); }

 H1.HeaderClassName
 {
   color: #ECA845;
 }
 .AnyTagClassName
 {
   color: #ECA845;
 }
</style>
background-color css

<style>
 a { background-color: #ECA845; }

 a { background-color: rgb(236,168,69); }

 div.DivClassName
 {
   background-color: #ECA845;
 }
 .BgClassName
 {
   background-color: #ECA845;
 }
</style>
border-color css

<style>
 span { border-color: #ECA845; }

 span { border-color: rgb(236,168,69); }

 td.TdClassName
 {
   border-color: #ECA845;
 }
 .TagClassName
 {
   border-color: #ECA845;
 }
</style>