#EEAA3C

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

Shades of Tulip Tree #EEAA3C

Tints of Tulip Tree #EEAA3C

Color information

#EEAA3C (or 0xEEAA3C) is unknown color: approx Tulip Tree. HEX triplet: EE, AA and 3C. RGB value is (238,170,60). Sum of RGB (Red+Green+Blue) = 238+170+60=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAA3C is #1155C3. Grayscale: #B2B2B2. Windows color (decimal): -1136068 or 3975918. OLE color: 3975918.

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

Color convert

RGB23817060-
CMYK00.290.750.07
HSL37.08º83.96%58.43%-
HSV(B)37.08º74.79%93.33%-
XYZ50.4547.2510.74-
YUV177.7961.53170.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50.85%
GREEN value IS 170 (66.80% from 255) = 36.32%
BLUE value IS 60 (23.83% from 255) = 12.82%
R=50.85%
G=36.32%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381706000.290.750.0737.0883.9658.43
HexEEAA3C01D4B725543a
Octal3562527403511374512472
Binary111011101010101011110001110110010111111001011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAA3C; }

 p { color: rgb(238,170,60); }

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

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

 a { background-color: rgb(238,170,60); }

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

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

 span { border-color: rgb(238,170,60); }

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