Shades of Tulip Tree #EEB53B
Tints of Tulip Tree #EEB53B
RGB
CMYK
RGB Variations
Color information
#EEB53B (or 0xEEB53B) is known color: Tulip Tree. HEX triplet: EE, B5 and 3B. RGB value is (238,181,59). Sum of RGB (Red+Green+Blue) = 238+181+59=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB53B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB53B is #114AC4. Grayscale: #B8B8B8. Windows color (decimal): -1133253 or 3913198. OLE color: 3913198.
HSL color Cylindrical-coordinate representation of color #EEB53B: hue angle of 40.89º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEB53B is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 59 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.07 |
| HSL | 40.89º | 0.84% | 0.58% | - |
| HSV(B) | 40.89º | 0.75% | 0.93% | - |
| XYZ | 52.57 | 51.54 | 11.32 | - |
| YUV | 184.14 | 57.38 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 59 | 0 | 0.24 | 0.75 | 0.07 | 40.89 | 0.84 | 0.58 |
| Hex | EE | B5 | 3B | 0 | 18 | 4B | 7 | 29 | 54 | 3A |
| Octal | 356 | 265 | 73 | 0 | 30 | 113 | 7 | 51 | 124 | 72 |
| Binary | 11101110 | 10110101 | 111011 | 0 | 11000 | 1001011 | 111 | 101001 | 1010100 | 111010 |
Color Harmonies of #EEB53B
Complementary color
Monochromatic Colors of #EEB53B
Black with #EEB53B
Text Example
Text Example
White with #EEB53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB53B; }
p { color: rgb(238,181,59); }
H1.HeaderClassName
{
color: #EEB53B;
}
.AnyTagClassName
{
color: #EEB53B;
}
</style>
background-color css
<style>
a { background-color: #EEB53B; }
a { background-color: rgb(238,181,59); }
div.DivClassName
{
background-color: #EEB53B;
}
.BgClassName
{
background-color: #EEB53B;
}
</style>
border-color css
<style>
span { border-color: #EEB53B; }
span { border-color: rgb(238,181,59); }
td.TdClassName
{
border-color: #EEB53B;
}
.TagClassName
{
border-color: #EEB53B;
}
</style>