Shades of Tulip Tree #E8AF45
Tints of Tulip Tree #E8AF45
RGB
CMYK
RGB Variations
Color information
#E8AF45 (or 0xE8AF45) is known color: Tulip Tree. HEX triplet: E8, AF and 45. RGB value is (232,175,69). Sum of RGB (Red+Green+Blue) = 232+175+69=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AF45 is #1750BA. Grayscale: #B4B4B4. Windows color (decimal): -1527995 or 4567016. OLE color: 4567016.
HSL color Cylindrical-coordinate representation of color #E8AF45: hue angle of 39.02º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E8AF45 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 69 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.09 |
| HSL | 39.02º | 0.78% | 0.59% | - |
| HSV(B) | 39.02º | 0.7% | 0.91% | - |
| XYZ | 49.68 | 48.25 | 12.32 | - |
| YUV | 179.96 | 65.38 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 69 | 0 | 0.25 | 0.70 | 0.09 | 39.02 | 0.78 | 0.59 |
| Hex | E8 | AF | 45 | 0 | 19 | 46 | 9 | 27 | 4E | 3B |
| Octal | 350 | 257 | 105 | 0 | 31 | 106 | 11 | 47 | 116 | 73 |
| Binary | 11101000 | 10101111 | 1000101 | 0 | 11001 | 1000110 | 1001 | 100111 | 1001110 | 111011 |
Color Harmonies of #E8AF45
Complementary color
Monochromatic Colors of #E8AF45
Black with #E8AF45
Text Example
Text Example
White with #E8AF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF45; }
p { color: rgb(232,175,69); }
H1.HeaderClassName
{
color: #E8AF45;
}
.AnyTagClassName
{
color: #E8AF45;
}
</style>
background-color css
<style>
a { background-color: #E8AF45; }
a { background-color: rgb(232,175,69); }
div.DivClassName
{
background-color: #E8AF45;
}
.BgClassName
{
background-color: #E8AF45;
}
</style>
border-color css
<style>
span { border-color: #E8AF45; }
span { border-color: rgb(232,175,69); }
td.TdClassName
{
border-color: #E8AF45;
}
.TagClassName
{
border-color: #E8AF45;
}
</style>