Shades of Tulip Tree #E5AF42
Tints of Tulip Tree #E5AF42
RGB
CMYK
RGB Variations
Color information
#E5AF42 (or 0xE5AF42) is known color: Tulip Tree. HEX triplet: E5, AF and 42. RGB value is (229,175,66). Sum of RGB (Red+Green+Blue) = 229+175+66=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 66 (26.17% from 255 or 14.04% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AF42 is #1A50BD. Grayscale: #B3B3B3. Windows color (decimal): -1724606 or 4370405. OLE color: 4370405.
HSL color Cylindrical-coordinate representation of color #E5AF42: hue angle of 40.12º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5AF42 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 66 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.10 |
| HSL | 40.12º | 0.76% | 0.58% | - |
| HSV(B) | 40.12º | 0.71% | 0.9% | - |
| XYZ | 48.63 | 47.71 | 11.8 | - |
| YUV | 178.72 | 64.39 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 66 | 0 | 0.24 | 0.71 | 0.10 | 40.12 | 0.76 | 0.58 |
| Hex | E5 | AF | 42 | 0 | 18 | 47 | A | 28 | 4C | 3A |
| Octal | 345 | 257 | 102 | 0 | 30 | 107 | 12 | 50 | 114 | 72 |
| Binary | 11100101 | 10101111 | 1000010 | 0 | 11000 | 1000111 | 1010 | 101000 | 1001100 | 111010 |
Color Harmonies of #E5AF42
Complementary color
Monochromatic Colors of #E5AF42
Black with #E5AF42
Text Example
Text Example
White with #E5AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF42; }
p { color: rgb(229,175,66); }
H1.HeaderClassName
{
color: #E5AF42;
}
.AnyTagClassName
{
color: #E5AF42;
}
</style>
background-color css
<style>
a { background-color: #E5AF42; }
a { background-color: rgb(229,175,66); }
div.DivClassName
{
background-color: #E5AF42;
}
.BgClassName
{
background-color: #E5AF42;
}
</style>
border-color css
<style>
span { border-color: #E5AF42; }
span { border-color: rgb(229,175,66); }
td.TdClassName
{
border-color: #E5AF42;
}
.TagClassName
{
border-color: #E5AF42;
}
</style>