Shades of Tulip Tree #E8B040
Tints of Tulip Tree #E8B040
RGB
CMYK
RGB Variations
Color information
#E8B040 (or 0xE8B040) is known color: Tulip Tree. HEX triplet: E8, B0 and 40. RGB value is (232,176,64). Sum of RGB (Red+Green+Blue) = 232+176+64=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8B040 is #174FBF. Grayscale: #B4B4B4. Windows color (decimal): -1527744 or 4239592. OLE color: 4239592.
HSL color Cylindrical-coordinate representation of color #E8B040: hue angle of 40º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8B040 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 176 | 64 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.09 |
| HSL | 40º | 0.79% | 0.58% | - |
| HSV(B) | 40º | 0.72% | 0.91% | - |
| XYZ | 49.73 | 48.58 | 11.61 | - |
| YUV | 179.98 | 62.55 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 64 | 0 | 0.24 | 0.72 | 0.09 | 40 | 0.79 | 0.58 |
| Hex | E8 | B0 | 40 | 0 | 18 | 48 | 9 | 28 | 4F | 3A |
| Octal | 350 | 260 | 100 | 0 | 30 | 110 | 11 | 50 | 117 | 72 |
| Binary | 11101000 | 10110000 | 1000000 | 0 | 11000 | 1001000 | 1001 | 101000 | 1001111 | 111010 |
Color Harmonies of #E8B040
Complementary color
Monochromatic Colors of #E8B040
Black with #E8B040
Text Example
Text Example
White with #E8B040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B040; }
p { color: rgb(232,176,64); }
H1.HeaderClassName
{
color: #E8B040;
}
.AnyTagClassName
{
color: #E8B040;
}
</style>
background-color css
<style>
a { background-color: #E8B040; }
a { background-color: rgb(232,176,64); }
div.DivClassName
{
background-color: #E8B040;
}
.BgClassName
{
background-color: #E8B040;
}
</style>
border-color css
<style>
span { border-color: #E8B040; }
span { border-color: rgb(232,176,64); }
td.TdClassName
{
border-color: #E8B040;
}
.TagClassName
{
border-color: #E8B040;
}
</style>