Shades of Tulip Tree #E5AC41
Tints of Tulip Tree #E5AC41
RGB
CMYK
RGB Variations
Color information
#E5AC41 (or 0xE5AC41) is known color: Tulip Tree. HEX triplet: E5, AC and 41. RGB value is (229,172,65). Sum of RGB (Red+Green+Blue) = 229+172+65=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AC41 is #1A53BE. Grayscale: #B1B1B1. Windows color (decimal): -1725375 or 4304101. OLE color: 4304101.
HSL color Cylindrical-coordinate representation of color #E5AC41: hue angle of 39.15º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5AC41 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 65 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.10 |
| HSL | 39.15º | 0.76% | 0.58% | - |
| HSV(B) | 39.15º | 0.72% | 0.9% | - |
| XYZ | 48.02 | 46.54 | 11.45 | - |
| YUV | 176.85 | 64.88 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 65 | 0 | 0.25 | 0.72 | 0.10 | 39.15 | 0.76 | 0.58 |
| Hex | E5 | AC | 41 | 0 | 19 | 48 | A | 27 | 4C | 3A |
| Octal | 345 | 254 | 101 | 0 | 31 | 110 | 12 | 47 | 114 | 72 |
| Binary | 11100101 | 10101100 | 1000001 | 0 | 11001 | 1001000 | 1010 | 100111 | 1001100 | 111010 |
Color Harmonies of #E5AC41
Complementary color
Monochromatic Colors of #E5AC41
Black with #E5AC41
Text Example
Text Example
White with #E5AC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AC41; }
p { color: rgb(229,172,65); }
H1.HeaderClassName
{
color: #E5AC41;
}
.AnyTagClassName
{
color: #E5AC41;
}
</style>
background-color css
<style>
a { background-color: #E5AC41; }
a { background-color: rgb(229,172,65); }
div.DivClassName
{
background-color: #E5AC41;
}
.BgClassName
{
background-color: #E5AC41;
}
</style>
border-color css
<style>
span { border-color: #E5AC41; }
span { border-color: rgb(229,172,65); }
td.TdClassName
{
border-color: #E5AC41;
}
.TagClassName
{
border-color: #E5AC41;
}
</style>