#EEB142

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

Shades of Tulip Tree #EEB142

Tints of Tulip Tree #EEB142

Color information

#EEB142 (or 0xEEB142) is unknown color: approx Tulip Tree. HEX triplet: EE, B1 and 42. RGB value is (238,177,66). Sum of RGB (Red+Green+Blue) = 238+177+66=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB142 is #114EBD. Grayscale: #B7B7B7. Windows color (decimal): -1134270 or 4370926. OLE color: 4370926.

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

Color convert

RGB23817766-
CMYK00.260.720.07
HSL38.72º83.5%59.61%-
HSV(B)38.72º72.27%93.33%-
XYZ51.9750.0112.07-
YUV182.5862.21167.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.48%
GREEN value IS 177 (69.53% from 255) = 36.80%
BLUE value IS 66 (26.17% from 255) = 13.72%
R=49.48%
G=36.80%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381776600.260.720.0738.7283.559.61
HexEEB14201A48727533c
Octal35626110203211074712374
Binary1110111010110001100001001101010010001111001111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB142; }

 p { color: rgb(238,177,66); }

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

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

 a { background-color: rgb(238,177,66); }

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

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

 span { border-color: rgb(238,177,66); }

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