#EEAC45

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

Shades of Tulip Tree #EEAC45

Tints of Tulip Tree #EEAC45

Color information

#EEAC45 (or 0xEEAC45) is unknown color: approx Tulip Tree. HEX triplet: EE, AC and 45. RGB value is (238,172,69). Sum of RGB (Red+Green+Blue) = 238+172+69=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 69 (27.34% from 255 or 14.41% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAC45 is #1153BA. Grayscale: #B4B4B4. Windows color (decimal): -1135547 or 4566254. OLE color: 4566254.

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

Color convert

RGB23817269-
CMYK00.280.710.07
HSL36.57º83.25%60.2%-
HSV(B)36.57º71.01%93.33%-
XYZ51.0948.1112.22-
YUV179.9965.37169.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.69%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 69 (27.34% from 255) = 14.41%
R=49.69%
G=35.91%
B=14.41%

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
Decimal2381726900.280.710.0736.5783.2560.2
HexEEAC4501C47725533c
Octal35625410503410774512374
Binary1110111010101100100010101110010001111111001011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAC45; }

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

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

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

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

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

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

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

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