Shades of Tulip Tree #EEB440
Tints of Tulip Tree #EEB440
RGB
CMYK
RGB Variations
Color information
#EEB440 (or 0xEEB440) is known color: Tulip Tree. HEX triplet: EE, B4 and 40. RGB value is (238,180,64). Sum of RGB (Red+Green+Blue) = 238+180+64=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB440 is #114BBF. Grayscale: #B8B8B8. Windows color (decimal): -1133504 or 4240622. OLE color: 4240622.
HSL color Cylindrical-coordinate representation of color #EEB440: hue angle of 40º 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 #EEB440 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 64 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.07 |
| HSL | 40º | 0.84% | 0.59% | - |
| HSV(B) | 40º | 0.73% | 0.93% | - |
| XYZ | 52.51 | 51.19 | 11.96 | - |
| YUV | 184.12 | 60.22 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 64 | 0 | 0.24 | 0.73 | 0.07 | 40 | 0.84 | 0.59 |
| Hex | EE | B4 | 40 | 0 | 18 | 49 | 7 | 28 | 54 | 3B |
| Octal | 356 | 264 | 100 | 0 | 30 | 111 | 7 | 50 | 124 | 73 |
| Binary | 11101110 | 10110100 | 1000000 | 0 | 11000 | 1001001 | 111 | 101000 | 1010100 | 111011 |
Color Harmonies of #EEB440
Complementary color
Monochromatic Colors of #EEB440
Black with #EEB440
Text Example
Text Example
White with #EEB440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB440; }
p { color: rgb(238,180,64); }
H1.HeaderClassName
{
color: #EEB440;
}
.AnyTagClassName
{
color: #EEB440;
}
</style>
background-color css
<style>
a { background-color: #EEB440; }
a { background-color: rgb(238,180,64); }
div.DivClassName
{
background-color: #EEB440;
}
.BgClassName
{
background-color: #EEB440;
}
</style>
border-color css
<style>
span { border-color: #EEB440; }
span { border-color: rgb(238,180,64); }
td.TdClassName
{
border-color: #EEB440;
}
.TagClassName
{
border-color: #EEB440;
}
</style>