Shades of Tulip Tree #E0B044
Tints of Tulip Tree #E0B044
RGB
CMYK
RGB Variations
Color information
#E0B044 (or 0xE0B044) is known color: Tulip Tree. HEX triplet: E0, B0 and 44. RGB value is (224,176,68). Sum of RGB (Red+Green+Blue) = 224+176+68=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 68 (26.95% from 255 or 14.53% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B044 is #1F4FBB. Grayscale: #B2B2B2. Windows color (decimal): -2052028 or 4501728. OLE color: 4501728.
HSL color Cylindrical-coordinate representation of color #E0B044: hue angle of 41.54º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E0B044 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 176 | 68 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.12 |
| HSL | 41.54º | 0.72% | 0.57% | - |
| HSV(B) | 41.54º | 0.7% | 0.88% | - |
| XYZ | 47.31 | 47.32 | 12.11 | - |
| YUV | 178.04 | 65.9 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 176 | 68 | 0 | 0.21 | 0.70 | 0.12 | 41.54 | 0.72 | 0.57 |
| Hex | E0 | B0 | 44 | 0 | 15 | 46 | C | 2A | 48 | 39 |
| Octal | 340 | 260 | 104 | 0 | 25 | 106 | 14 | 52 | 110 | 71 |
| Binary | 11100000 | 10110000 | 1000100 | 0 | 10101 | 1000110 | 1100 | 101010 | 1001000 | 111001 |
Color Harmonies of #E0B044
Complementary color
Monochromatic Colors of #E0B044
Black with #E0B044
Text Example
Text Example
White with #E0B044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B044; }
p { color: rgb(224,176,68); }
H1.HeaderClassName
{
color: #E0B044;
}
.AnyTagClassName
{
color: #E0B044;
}
</style>
background-color css
<style>
a { background-color: #E0B044; }
a { background-color: rgb(224,176,68); }
div.DivClassName
{
background-color: #E0B044;
}
.BgClassName
{
background-color: #E0B044;
}
</style>
border-color css
<style>
span { border-color: #E0B044; }
span { border-color: rgb(224,176,68); }
td.TdClassName
{
border-color: #E0B044;
}
.TagClassName
{
border-color: #E0B044;
}
</style>