Shades of Tulip Tree #E5A234
Tints of Tulip Tree #E5A234
RGB
CMYK
RGB Variations
Color information
#E5A234 (or 0xE5A234) is known color: Tulip Tree. HEX triplet: E5, A2 and 34. RGB value is (229,162,52). Sum of RGB (Red+Green+Blue) = 229+162+52=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A234 is #1A5DCB. Grayscale: #AAAAAA. Windows color (decimal): -1727948 or 3449573. OLE color: 3449573.
HSL color Cylindrical-coordinate representation of color #E5A234: hue angle of 37.29º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5A234 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 162 | 52 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.10 |
| HSL | 37.29º | 0.77% | 0.55% | - |
| HSV(B) | 37.29º | 0.77% | 0.9% | - |
| XYZ | 45.85 | 42.75 | 9.08 | - |
| YUV | 169.49 | 61.7 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 162 | 52 | 0 | 0.29 | 0.77 | 0.10 | 37.29 | 0.77 | 0.55 |
| Hex | E5 | A2 | 34 | 0 | 1D | 4D | A | 25 | 4D | 37 |
| Octal | 345 | 242 | 64 | 0 | 35 | 115 | 12 | 45 | 115 | 67 |
| Binary | 11100101 | 10100010 | 110100 | 0 | 11101 | 1001101 | 1010 | 100101 | 1001101 | 110111 |
Color Harmonies of #E5A234
Complementary color
Monochromatic Colors of #E5A234
Black with #E5A234
Text Example
Text Example
White with #E5A234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A234; }
p { color: rgb(229,162,52); }
H1.HeaderClassName
{
color: #E5A234;
}
.AnyTagClassName
{
color: #E5A234;
}
</style>
background-color css
<style>
a { background-color: #E5A234; }
a { background-color: rgb(229,162,52); }
div.DivClassName
{
background-color: #E5A234;
}
.BgClassName
{
background-color: #E5A234;
}
</style>
border-color css
<style>
span { border-color: #E5A234; }
span { border-color: rgb(229,162,52); }
td.TdClassName
{
border-color: #E5A234;
}
.TagClassName
{
border-color: #E5A234;
}
</style>