Shades of Tulip Tree #EEB240
Tints of Tulip Tree #EEB240
RGB
CMYK
RGB Variations
Color information
#EEB240 (or 0xEEB240) is known color: Tulip Tree. HEX triplet: EE, B2 and 40. RGB value is (238,178,64). Sum of RGB (Red+Green+Blue) = 238+178+64=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB240 is #114DBF. Grayscale: #B7B7B7. Windows color (decimal): -1134016 or 4240110. OLE color: 4240110.
HSL color Cylindrical-coordinate representation of color #EEB240: hue angle of 39.31º 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 #EEB240 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 64 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.07 |
| HSL | 39.31º | 0.84% | 0.59% | - |
| HSV(B) | 39.31º | 0.73% | 0.93% | - |
| XYZ | 52.11 | 50.39 | 11.83 | - |
| YUV | 182.94 | 60.88 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 64 | 0 | 0.25 | 0.73 | 0.07 | 39.31 | 0.84 | 0.59 |
| Hex | EE | B2 | 40 | 0 | 19 | 49 | 7 | 27 | 54 | 3B |
| Octal | 356 | 262 | 100 | 0 | 31 | 111 | 7 | 47 | 124 | 73 |
| Binary | 11101110 | 10110010 | 1000000 | 0 | 11001 | 1001001 | 111 | 100111 | 1010100 | 111011 |
Color Harmonies of #EEB240
Complementary color
Monochromatic Colors of #EEB240
Black with #EEB240
Text Example
Text Example
White with #EEB240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB240; }
p { color: rgb(238,178,64); }
H1.HeaderClassName
{
color: #EEB240;
}
.AnyTagClassName
{
color: #EEB240;
}
</style>
background-color css
<style>
a { background-color: #EEB240; }
a { background-color: rgb(238,178,64); }
div.DivClassName
{
background-color: #EEB240;
}
.BgClassName
{
background-color: #EEB240;
}
</style>
border-color css
<style>
span { border-color: #EEB240; }
span { border-color: rgb(238,178,64); }
td.TdClassName
{
border-color: #EEB240;
}
.TagClassName
{
border-color: #EEB240;
}
</style>