Shades of Tulip Tree #E8B242
Tints of Tulip Tree #E8B242
RGB
CMYK
RGB Variations
Color information
#E8B242 (or 0xE8B242) is known color: Tulip Tree. HEX triplet: E8, B2 and 42. RGB value is (232,178,66). Sum of RGB (Red+Green+Blue) = 232+178+66=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8B242 is #174DBD. Grayscale: #B5B5B5. Windows color (decimal): -1527230 or 4371176. OLE color: 4371176.
HSL color Cylindrical-coordinate representation of color #E8B242: hue angle of 40.48º 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 #E8B242 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 178 | 66 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.09 |
| HSL | 40.48º | 0.78% | 0.58% | - |
| HSV(B) | 40.48º | 0.72% | 0.91% | - |
| XYZ | 50.18 | 49.39 | 12.04 | - |
| YUV | 181.38 | 62.89 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 178 | 66 | 0 | 0.23 | 0.72 | 0.09 | 40.48 | 0.78 | 0.58 |
| Hex | E8 | B2 | 42 | 0 | 17 | 48 | 9 | 28 | 4E | 3A |
| Octal | 350 | 262 | 102 | 0 | 27 | 110 | 11 | 50 | 116 | 72 |
| Binary | 11101000 | 10110010 | 1000010 | 0 | 10111 | 1001000 | 1001 | 101000 | 1001110 | 111010 |
Color Harmonies of #E8B242
Complementary color
Monochromatic Colors of #E8B242
Black with #E8B242
Text Example
Text Example
White with #E8B242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B242; }
p { color: rgb(232,178,66); }
H1.HeaderClassName
{
color: #E8B242;
}
.AnyTagClassName
{
color: #E8B242;
}
</style>
background-color css
<style>
a { background-color: #E8B242; }
a { background-color: rgb(232,178,66); }
div.DivClassName
{
background-color: #E8B242;
}
.BgClassName
{
background-color: #E8B242;
}
</style>
border-color css
<style>
span { border-color: #E8B242; }
span { border-color: rgb(232,178,66); }
td.TdClassName
{
border-color: #E8B242;
}
.TagClassName
{
border-color: #E8B242;
}
</style>