Shades of Tulip Tree #E5AF45
Tints of Tulip Tree #E5AF45
RGB
CMYK
RGB Variations
Color information
#E5AF45 (or 0xE5AF45) is known color: Tulip Tree. HEX triplet: E5, AF and 45. RGB value is (229,175,69). Sum of RGB (Red+Green+Blue) = 229+175+69=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AF45 is #1A50BA. Grayscale: #B3B3B3. Windows color (decimal): -1724603 or 4567013. OLE color: 4567013.
HSL color Cylindrical-coordinate representation of color #E5AF45: hue angle of 39.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5AF45 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 69 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.10 |
| HSL | 39.75º | 0.75% | 0.58% | - |
| HSV(B) | 39.75º | 0.7% | 0.9% | - |
| XYZ | 48.72 | 47.75 | 12.28 | - |
| YUV | 179.06 | 65.89 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 69 | 0 | 0.24 | 0.70 | 0.10 | 39.75 | 0.75 | 0.58 |
| Hex | E5 | AF | 45 | 0 | 18 | 46 | A | 28 | 4B | 3A |
| Octal | 345 | 257 | 105 | 0 | 30 | 106 | 12 | 50 | 113 | 72 |
| Binary | 11100101 | 10101111 | 1000101 | 0 | 11000 | 1000110 | 1010 | 101000 | 1001011 | 111010 |
Color Harmonies of #E5AF45
Complementary color
Monochromatic Colors of #E5AF45
Black with #E5AF45
Text Example
Text Example
White with #E5AF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF45; }
p { color: rgb(229,175,69); }
H1.HeaderClassName
{
color: #E5AF45;
}
.AnyTagClassName
{
color: #E5AF45;
}
</style>
background-color css
<style>
a { background-color: #E5AF45; }
a { background-color: rgb(229,175,69); }
div.DivClassName
{
background-color: #E5AF45;
}
.BgClassName
{
background-color: #E5AF45;
}
</style>
border-color css
<style>
span { border-color: #E5AF45; }
span { border-color: rgb(229,175,69); }
td.TdClassName
{
border-color: #E5AF45;
}
.TagClassName
{
border-color: #E5AF45;
}
</style>