#ECA945

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

Shades of Tulip Tree #ECA945

Tints of Tulip Tree #ECA945

Color information

#ECA945 (or 0xECA945) is unknown color: approx Tulip Tree. HEX triplet: EC, A9 and 45. RGB value is (236,169,69). Sum of RGB (Red+Green+Blue) = 236+169+69=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA945 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA945 is #1356BA. Grayscale: #B2B2B2. Windows color (decimal): -1267387 or 4565484. OLE color: 4565484.

HSL color Cylindrical-coordinate representation of color #ECA945: hue angle of 35.93º 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 #ECA945 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB23616969-
CMYK00.280.710.07
HSL35.93º81.46%59.8%-
HSV(B)35.93º70.76%92.55%-
XYZ49.8546.6412-
YUV177.6366.7169.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.79%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 69 (27.34% from 255) = 14.56%
R=49.79%
G=35.65%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361696900.280.710.0735.9381.4659.8
HexECA94501C47724513c
Octal35425110503410774412174
Binary1110110010101001100010101110010001111111001001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA945; }

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

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

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

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

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

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

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

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