Shades of Tulip Tree #EEB940
Tints of Tulip Tree #EEB940
RGB
CMYK
RGB Variations
Color information
#EEB940 (or 0xEEB940) is known color: Tulip Tree. HEX triplet: EE, B9 and 40. RGB value is (238,185,64). Sum of RGB (Red+Green+Blue) = 238+185+64=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB940 is #1146BF. Grayscale: #BBBBBB. Windows color (decimal): -1132224 or 4241902. OLE color: 4241902.
HSL color Cylindrical-coordinate representation of color #EEB940: hue angle of 41.72º 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 #EEB940 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 64 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.07 |
| HSL | 41.72º | 0.84% | 0.59% | - |
| HSV(B) | 41.72º | 0.73% | 0.93% | - |
| XYZ | 53.53 | 53.25 | 12.31 | - |
| YUV | 187.05 | 58.56 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 64 | 0 | 0.22 | 0.73 | 0.07 | 41.72 | 0.84 | 0.59 |
| Hex | EE | B9 | 40 | 0 | 16 | 49 | 7 | 2A | 54 | 3B |
| Octal | 356 | 271 | 100 | 0 | 26 | 111 | 7 | 52 | 124 | 73 |
| Binary | 11101110 | 10111001 | 1000000 | 0 | 10110 | 1001001 | 111 | 101010 | 1010100 | 111011 |
Color Harmonies of #EEB940
Complementary color
Monochromatic Colors of #EEB940
Black with #EEB940
Text Example
Text Example
White with #EEB940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB940; }
p { color: rgb(238,185,64); }
H1.HeaderClassName
{
color: #EEB940;
}
.AnyTagClassName
{
color: #EEB940;
}
</style>
background-color css
<style>
a { background-color: #EEB940; }
a { background-color: rgb(238,185,64); }
div.DivClassName
{
background-color: #EEB940;
}
.BgClassName
{
background-color: #EEB940;
}
</style>
border-color css
<style>
span { border-color: #EEB940; }
span { border-color: rgb(238,185,64); }
td.TdClassName
{
border-color: #EEB940;
}
.TagClassName
{
border-color: #EEB940;
}
</style>