Shades of Tulip Tree #E8B246
Tints of Tulip Tree #E8B246
RGB
CMYK
RGB Variations
Color information
#E8B246 (or 0xE8B246) is known color: Tulip Tree. HEX triplet: E8, B2 and 46. RGB value is (232,178,70). Sum of RGB (Red+Green+Blue) = 232+178+70=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8B246 is #174DB9. Grayscale: #B6B6B6. Windows color (decimal): -1527226 or 4633320. OLE color: 4633320.
HSL color Cylindrical-coordinate representation of color #E8B246: hue angle of 40º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E8B246 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 178 | 70 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.09 |
| HSL | 40º | 0.78% | 0.59% | - |
| HSV(B) | 40º | 0.7% | 0.91% | - |
| XYZ | 50.3 | 49.44 | 12.69 | - |
| YUV | 181.83 | 64.89 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 178 | 70 | 0 | 0.23 | 0.70 | 0.09 | 40 | 0.78 | 0.59 |
| Hex | E8 | B2 | 46 | 0 | 17 | 46 | 9 | 28 | 4E | 3B |
| Octal | 350 | 262 | 106 | 0 | 27 | 106 | 11 | 50 | 116 | 73 |
| Binary | 11101000 | 10110010 | 1000110 | 0 | 10111 | 1000110 | 1001 | 101000 | 1001110 | 111011 |
Color Harmonies of #E8B246
Complementary color
Monochromatic Colors of #E8B246
Black with #E8B246
Text Example
Text Example
White with #E8B246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B246; }
p { color: rgb(232,178,70); }
H1.HeaderClassName
{
color: #E8B246;
}
.AnyTagClassName
{
color: #E8B246;
}
</style>
background-color css
<style>
a { background-color: #E8B246; }
a { background-color: rgb(232,178,70); }
div.DivClassName
{
background-color: #E8B246;
}
.BgClassName
{
background-color: #E8B246;
}
</style>
border-color css
<style>
span { border-color: #E8B246; }
span { border-color: rgb(232,178,70); }
td.TdClassName
{
border-color: #E8B246;
}
.TagClassName
{
border-color: #E8B246;
}
</style>