Shades of Tulip Tree #EEAB42
Tints of Tulip Tree #EEAB42
RGB
CMYK
RGB Variations
Color information
#EEAB42 (or 0xEEAB42) is known color: Tulip Tree. HEX triplet: EE, AB and 42. RGB value is (238,171,66). Sum of RGB (Red+Green+Blue) = 238+171+66=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAB42 is #1154BD. Grayscale: #B3B3B3. Windows color (decimal): -1135806 or 4369390. OLE color: 4369390.
HSL color Cylindrical-coordinate representation of color #EEAB42: hue angle of 36.63º 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 #EEAB42 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 66 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.07 |
| HSL | 36.63º | 0.83% | 0.6% | - |
| HSV(B) | 36.63º | 0.72% | 0.93% | - |
| XYZ | 50.81 | 47.7 | 11.68 | - |
| YUV | 179.06 | 64.2 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 66 | 0 | 0.28 | 0.72 | 0.07 | 36.63 | 0.83 | 0.6 |
| Hex | EE | AB | 42 | 0 | 1C | 48 | 7 | 25 | 53 | 3C |
| Octal | 356 | 253 | 102 | 0 | 34 | 110 | 7 | 45 | 123 | 74 |
| Binary | 11101110 | 10101011 | 1000010 | 0 | 11100 | 1001000 | 111 | 100101 | 1010011 | 111100 |
Color Harmonies of #EEAB42
Complementary color
Monochromatic Colors of #EEAB42
Black with #EEAB42
Text Example
Text Example
White with #EEAB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAB42; }
p { color: rgb(238,171,66); }
H1.HeaderClassName
{
color: #EEAB42;
}
.AnyTagClassName
{
color: #EEAB42;
}
</style>
background-color css
<style>
a { background-color: #EEAB42; }
a { background-color: rgb(238,171,66); }
div.DivClassName
{
background-color: #EEAB42;
}
.BgClassName
{
background-color: #EEAB42;
}
</style>
border-color css
<style>
span { border-color: #EEAB42; }
span { border-color: rgb(238,171,66); }
td.TdClassName
{
border-color: #EEAB42;
}
.TagClassName
{
border-color: #EEAB42;
}
</style>