Shades of Tulip Tree #EEAC40
Tints of Tulip Tree #EEAC40
RGB
CMYK
RGB Variations
Color information
#EEAC40 (or 0xEEAC40) is known color: Tulip Tree. HEX triplet: EE, AC and 40. RGB value is (238,172,64). Sum of RGB (Red+Green+Blue) = 238+172+64=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAC40 is #1153BF. Grayscale: #B3B3B3. Windows color (decimal): -1135552 or 4238574. OLE color: 4238574.
HSL color Cylindrical-coordinate representation of color #EEAC40: hue angle of 37.24º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEAC40 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 64 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.07 |
| HSL | 37.24º | 0.84% | 0.59% | - |
| HSV(B) | 37.24º | 0.73% | 0.93% | - |
| XYZ | 50.94 | 48.05 | 11.44 | - |
| YUV | 179.42 | 62.87 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 64 | 0 | 0.28 | 0.73 | 0.07 | 37.24 | 0.84 | 0.59 |
| Hex | EE | AC | 40 | 0 | 1C | 49 | 7 | 25 | 54 | 3B |
| Octal | 356 | 254 | 100 | 0 | 34 | 111 | 7 | 45 | 124 | 73 |
| Binary | 11101110 | 10101100 | 1000000 | 0 | 11100 | 1001001 | 111 | 100101 | 1010100 | 111011 |
Color Harmonies of #EEAC40
Complementary color
Monochromatic Colors of #EEAC40
Black with #EEAC40
Text Example
Text Example
White with #EEAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAC40; }
p { color: rgb(238,172,64); }
H1.HeaderClassName
{
color: #EEAC40;
}
.AnyTagClassName
{
color: #EEAC40;
}
</style>
background-color css
<style>
a { background-color: #EEAC40; }
a { background-color: rgb(238,172,64); }
div.DivClassName
{
background-color: #EEAC40;
}
.BgClassName
{
background-color: #EEAC40;
}
</style>
border-color css
<style>
span { border-color: #EEAC40; }
span { border-color: rgb(238,172,64); }
td.TdClassName
{
border-color: #EEAC40;
}
.TagClassName
{
border-color: #EEAC40;
}
</style>