Shades of Tulip Tree #E8BA42
Tints of Tulip Tree #E8BA42
RGB
CMYK
RGB Variations
Color information
#E8BA42 (or 0xE8BA42) is known color: Tulip Tree. HEX triplet: E8, BA and 42. RGB value is (232,186,66). Sum of RGB (Red+Green+Blue) = 232+186+66=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8BA42 is #1745BD. Grayscale: #BABABA. Windows color (decimal): -1525182 or 4373224. OLE color: 4373224.
HSL color Cylindrical-coordinate representation of color #E8BA42: hue angle of 43.37º degrees, saturation: 0.78, 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 #E8BA42 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 186 | 66 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.09 |
| HSL | 43.37º | 0.78% | 0.58% | - |
| HSV(B) | 43.37º | 0.72% | 0.91% | - |
| XYZ | 51.82 | 52.67 | 12.59 | - |
| YUV | 186.07 | 60.24 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 186 | 66 | 0 | 0.20 | 0.72 | 0.09 | 43.37 | 0.78 | 0.58 |
| Hex | E8 | BA | 42 | 0 | 14 | 48 | 9 | 2B | 4E | 3A |
| Octal | 350 | 272 | 102 | 0 | 24 | 110 | 11 | 53 | 116 | 72 |
| Binary | 11101000 | 10111010 | 1000010 | 0 | 10100 | 1001000 | 1001 | 101011 | 1001110 | 111010 |
Color Harmonies of #E8BA42
Complementary color
Monochromatic Colors of #E8BA42
Black with #E8BA42
Text Example
Text Example
White with #E8BA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BA42; }
p { color: rgb(232,186,66); }
H1.HeaderClassName
{
color: #E8BA42;
}
.AnyTagClassName
{
color: #E8BA42;
}
</style>
background-color css
<style>
a { background-color: #E8BA42; }
a { background-color: rgb(232,186,66); }
div.DivClassName
{
background-color: #E8BA42;
}
.BgClassName
{
background-color: #E8BA42;
}
</style>
border-color css
<style>
span { border-color: #E8BA42; }
span { border-color: rgb(232,186,66); }
td.TdClassName
{
border-color: #E8BA42;
}
.TagClassName
{
border-color: #E8BA42;
}
</style>