Shades of Tulip Tree #E8AF41
Tints of Tulip Tree #E8AF41
RGB
CMYK
RGB Variations
Color information
#E8AF41 (or 0xE8AF41) is known color: Tulip Tree. HEX triplet: E8, AF and 41. RGB value is (232,175,65). Sum of RGB (Red+Green+Blue) = 232+175+65=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 65 (25.78% from 255 or 13.77% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AF41 is #1750BE. Grayscale: #B4B4B4. Windows color (decimal): -1527999 or 4304872. OLE color: 4304872.
HSL color Cylindrical-coordinate representation of color #E8AF41: hue angle of 39.52º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8AF41 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 65 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.09 |
| HSL | 39.52º | 0.78% | 0.58% | - |
| HSV(B) | 39.52º | 0.72% | 0.91% | - |
| XYZ | 49.56 | 48.2 | 11.69 | - |
| YUV | 179.5 | 63.38 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 65 | 0 | 0.25 | 0.72 | 0.09 | 39.52 | 0.78 | 0.58 |
| Hex | E8 | AF | 41 | 0 | 19 | 48 | 9 | 28 | 4E | 3A |
| Octal | 350 | 257 | 101 | 0 | 31 | 110 | 11 | 50 | 116 | 72 |
| Binary | 11101000 | 10101111 | 1000001 | 0 | 11001 | 1001000 | 1001 | 101000 | 1001110 | 111010 |
Color Harmonies of #E8AF41
Complementary color
Monochromatic Colors of #E8AF41
Black with #E8AF41
Text Example
Text Example
White with #E8AF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF41; }
p { color: rgb(232,175,65); }
H1.HeaderClassName
{
color: #E8AF41;
}
.AnyTagClassName
{
color: #E8AF41;
}
</style>
background-color css
<style>
a { background-color: #E8AF41; }
a { background-color: rgb(232,175,65); }
div.DivClassName
{
background-color: #E8AF41;
}
.BgClassName
{
background-color: #E8AF41;
}
</style>
border-color css
<style>
span { border-color: #E8AF41; }
span { border-color: rgb(232,175,65); }
td.TdClassName
{
border-color: #E8AF41;
}
.TagClassName
{
border-color: #E8AF41;
}
</style>