Shades of Tulip Tree #E5A434
Tints of Tulip Tree #E5A434
RGB
CMYK
RGB Variations
Color information
#E5A434 (or 0xE5A434) is known color: Tulip Tree. HEX triplet: E5, A4 and 34. RGB value is (229,164,52). Sum of RGB (Red+Green+Blue) = 229+164+52=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 52 (20.70% from 255 or 11.69% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A434 is #1A5BCB. Grayscale: #ABABAB. Windows color (decimal): -1727436 or 3450085. OLE color: 3450085.
HSL color Cylindrical-coordinate representation of color #E5A434: hue angle of 37.97º 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 #E5A434 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 164 | 52 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.10 |
| HSL | 37.97º | 0.77% | 0.55% | - |
| HSV(B) | 37.97º | 0.77% | 0.9% | - |
| XYZ | 46.21 | 43.46 | 9.2 | - |
| YUV | 170.67 | 61.03 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 164 | 52 | 0 | 0.28 | 0.77 | 0.10 | 37.97 | 0.77 | 0.55 |
| Hex | E5 | A4 | 34 | 0 | 1C | 4D | A | 26 | 4D | 37 |
| Octal | 345 | 244 | 64 | 0 | 34 | 115 | 12 | 46 | 115 | 67 |
| Binary | 11100101 | 10100100 | 110100 | 0 | 11100 | 1001101 | 1010 | 100110 | 1001101 | 110111 |
Color Harmonies of #E5A434
Complementary color
Monochromatic Colors of #E5A434
Black with #E5A434
Text Example
Text Example
White with #E5A434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A434; }
p { color: rgb(229,164,52); }
H1.HeaderClassName
{
color: #E5A434;
}
.AnyTagClassName
{
color: #E5A434;
}
</style>
background-color css
<style>
a { background-color: #E5A434; }
a { background-color: rgb(229,164,52); }
div.DivClassName
{
background-color: #E5A434;
}
.BgClassName
{
background-color: #E5A434;
}
</style>
border-color css
<style>
span { border-color: #E5A434; }
span { border-color: rgb(229,164,52); }
td.TdClassName
{
border-color: #E5A434;
}
.TagClassName
{
border-color: #E5A434;
}
</style>