Shades of Tulip Tree #E5AC46
Tints of Tulip Tree #E5AC46
RGB
CMYK
RGB Variations
Color information
#E5AC46 (or 0xE5AC46) is known color: Tulip Tree. HEX triplet: E5, AC and 46. RGB value is (229,172,70). Sum of RGB (Red+Green+Blue) = 229+172+70=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AC46 is #1A53B9. Grayscale: #B1B1B1. Windows color (decimal): -1725370 or 4631781. OLE color: 4631781.
HSL color Cylindrical-coordinate representation of color #E5AC46: hue angle of 38.49º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5AC46 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 70 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.10 |
| HSL | 38.49º | 0.75% | 0.59% | - |
| HSV(B) | 38.49º | 0.69% | 0.9% | - |
| XYZ | 48.17 | 46.61 | 12.25 | - |
| YUV | 177.42 | 67.38 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 70 | 0 | 0.25 | 0.69 | 0.10 | 38.49 | 0.75 | 0.59 |
| Hex | E5 | AC | 46 | 0 | 19 | 45 | A | 26 | 4B | 3B |
| Octal | 345 | 254 | 106 | 0 | 31 | 105 | 12 | 46 | 113 | 73 |
| Binary | 11100101 | 10101100 | 1000110 | 0 | 11001 | 1000101 | 1010 | 100110 | 1001011 | 111011 |
Color Harmonies of #E5AC46
Complementary color
Monochromatic Colors of #E5AC46
Black with #E5AC46
Text Example
Text Example
White with #E5AC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AC46; }
p { color: rgb(229,172,70); }
H1.HeaderClassName
{
color: #E5AC46;
}
.AnyTagClassName
{
color: #E5AC46;
}
</style>
background-color css
<style>
a { background-color: #E5AC46; }
a { background-color: rgb(229,172,70); }
div.DivClassName
{
background-color: #E5AC46;
}
.BgClassName
{
background-color: #E5AC46;
}
</style>
border-color css
<style>
span { border-color: #E5AC46; }
span { border-color: rgb(229,172,70); }
td.TdClassName
{
border-color: #E5AC46;
}
.TagClassName
{
border-color: #E5AC46;
}
</style>