Shades of Tulip Tree #E0B446
Tints of Tulip Tree #E0B446
RGB
CMYK
RGB Variations
Color information
#E0B446 (or 0xE0B446) is known color: Tulip Tree. HEX triplet: E0, B4 and 46. RGB value is (224,180,70). Sum of RGB (Red+Green+Blue) = 224+180+70=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 70 (27.73% from 255 or 14.77% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B446 is #1F4BB9. Grayscale: #B5B5B5. Windows color (decimal): -2051002 or 4633824. OLE color: 4633824.
HSL color Cylindrical-coordinate representation of color #E0B446: hue angle of 42.86º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E0B446 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 180 | 70 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.12 |
| HSL | 42.86º | 0.71% | 0.58% | - |
| HSV(B) | 42.86º | 0.69% | 0.88% | - |
| XYZ | 48.17 | 48.93 | 12.7 | - |
| YUV | 180.62 | 65.58 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 180 | 70 | 0 | 0.20 | 0.69 | 0.12 | 42.86 | 0.71 | 0.58 |
| Hex | E0 | B4 | 46 | 0 | 14 | 45 | C | 2B | 47 | 3A |
| Octal | 340 | 264 | 106 | 0 | 24 | 105 | 14 | 53 | 107 | 72 |
| Binary | 11100000 | 10110100 | 1000110 | 0 | 10100 | 1000101 | 1100 | 101011 | 1000111 | 111010 |
Color Harmonies of #E0B446
Complementary color
Monochromatic Colors of #E0B446
Black with #E0B446
Text Example
Text Example
White with #E0B446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B446; }
p { color: rgb(224,180,70); }
H1.HeaderClassName
{
color: #E0B446;
}
.AnyTagClassName
{
color: #E0B446;
}
</style>
background-color css
<style>
a { background-color: #E0B446; }
a { background-color: rgb(224,180,70); }
div.DivClassName
{
background-color: #E0B446;
}
.BgClassName
{
background-color: #E0B446;
}
</style>
border-color css
<style>
span { border-color: #E0B446; }
span { border-color: rgb(224,180,70); }
td.TdClassName
{
border-color: #E0B446;
}
.TagClassName
{
border-color: #E0B446;
}
</style>