Shades of Tulip Tree #EEAB40
Tints of Tulip Tree #EEAB40
RGB
CMYK
RGB Variations
Color information
#EEAB40 (or 0xEEAB40) is known color: Tulip Tree. HEX triplet: EE, AB and 40. RGB value is (238,171,64). Sum of RGB (Red+Green+Blue) = 238+171+64=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 64 (25.39% from 255 or 13.53% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAB40 is #1154BF. Grayscale: #B3B3B3. Windows color (decimal): -1135808 or 4238318. OLE color: 4238318.
HSL color Cylindrical-coordinate representation of color #EEAB40: hue angle of 36.9º 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 #EEAB40 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 171 | 64 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.07 |
| HSL | 36.9º | 0.84% | 0.59% | - |
| HSV(B) | 36.9º | 0.73% | 0.93% | - |
| XYZ | 50.75 | 47.67 | 11.38 | - |
| YUV | 178.84 | 63.2 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 171 | 64 | 0 | 0.28 | 0.73 | 0.07 | 36.9 | 0.84 | 0.59 |
| Hex | EE | AB | 40 | 0 | 1C | 49 | 7 | 25 | 54 | 3B |
| Octal | 356 | 253 | 100 | 0 | 34 | 111 | 7 | 45 | 124 | 73 |
| Binary | 11101110 | 10101011 | 1000000 | 0 | 11100 | 1001001 | 111 | 100101 | 1010100 | 111011 |
Color Harmonies of #EEAB40
Complementary color
Monochromatic Colors of #EEAB40
Black with #EEAB40
Text Example
Text Example
White with #EEAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAB40; }
p { color: rgb(238,171,64); }
H1.HeaderClassName
{
color: #EEAB40;
}
.AnyTagClassName
{
color: #EEAB40;
}
</style>
background-color css
<style>
a { background-color: #EEAB40; }
a { background-color: rgb(238,171,64); }
div.DivClassName
{
background-color: #EEAB40;
}
.BgClassName
{
background-color: #EEAB40;
}
</style>
border-color css
<style>
span { border-color: #EEAB40; }
span { border-color: rgb(238,171,64); }
td.TdClassName
{
border-color: #EEAB40;
}
.TagClassName
{
border-color: #EEAB40;
}
</style>