Shades of Tulip Tree #E0A033
Tints of Tulip Tree #E0A033
RGB
CMYK
RGB Variations
Color information
#E0A033 (or 0xE0A033) is known color: Tulip Tree. HEX triplet: E0, A0 and 33. RGB value is (224,160,51). Sum of RGB (Red+Green+Blue) = 224+160+51=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A033 is #1F5FCC. Grayscale: #A7A7A7. Windows color (decimal): -2056141 or 3383520. OLE color: 3383520.
HSL color Cylindrical-coordinate representation of color #E0A033: hue angle of 37.8º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E0A033 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 51 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.12 |
| HSL | 37.8º | 0.74% | 0.54% | - |
| HSV(B) | 37.8º | 0.77% | 0.88% | - |
| XYZ | 43.91 | 41.23 | 8.78 | - |
| YUV | 166.71 | 62.7 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 51 | 0 | 0.29 | 0.77 | 0.12 | 37.8 | 0.74 | 0.54 |
| Hex | E0 | A0 | 33 | 0 | 1D | 4D | C | 26 | 4A | 36 |
| Octal | 340 | 240 | 63 | 0 | 35 | 115 | 14 | 46 | 112 | 66 |
| Binary | 11100000 | 10100000 | 110011 | 0 | 11101 | 1001101 | 1100 | 100110 | 1001010 | 110110 |
Color Harmonies of #E0A033
Complementary color
Monochromatic Colors of #E0A033
Black with #E0A033
Text Example
Text Example
White with #E0A033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A033; }
p { color: rgb(224,160,51); }
H1.HeaderClassName
{
color: #E0A033;
}
.AnyTagClassName
{
color: #E0A033;
}
</style>
background-color css
<style>
a { background-color: #E0A033; }
a { background-color: rgb(224,160,51); }
div.DivClassName
{
background-color: #E0A033;
}
.BgClassName
{
background-color: #E0A033;
}
</style>
border-color css
<style>
span { border-color: #E0A033; }
span { border-color: rgb(224,160,51); }
td.TdClassName
{
border-color: #E0A033;
}
.TagClassName
{
border-color: #E0A033;
}
</style>