#EEAB45

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

Shades of Tulip Tree #EEAB45

Tints of Tulip Tree #EEAB45

Color information

#EEAB45 (or 0xEEAB45) is unknown color: approx Tulip Tree. HEX triplet: EE, AB and 45. RGB value is (238,171,69). Sum of RGB (Red+Green+Blue) = 238+171+69=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 69 (27.34% from 255 or 14.44% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAB45 is #1154BA. Grayscale: #B3B3B3. Windows color (decimal): -1135803 or 4565998. OLE color: 4565998.

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

Color convert

RGB23817169-
CMYK00.280.710.07
HSL36.21º83.25%60.2%-
HSV(B)36.21º71.01%93.33%-
XYZ50.947.7312.16-
YUV179.465.7169.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.79%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 69 (27.34% from 255) = 14.44%
R=49.79%
G=35.77%
B=14.44%

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
Decimal2381716900.280.710.0736.2183.2560.2
HexEEAB4501C47724533c
Octal35625310503410774412374
Binary1110111010101011100010101110010001111111001001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAB45; }

 p { color: rgb(238,171,69); }

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

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

 a { background-color: rgb(238,171,69); }

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

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

 span { border-color: rgb(238,171,69); }

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