Shades of Tulip Tree #E5AF43
Tints of Tulip Tree #E5AF43
RGB
CMYK
RGB Variations
Color information
#E5AF43 (or 0xE5AF43) is known color: Tulip Tree. HEX triplet: E5, AF and 43. RGB value is (229,175,67). Sum of RGB (Red+Green+Blue) = 229+175+67=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 67 (26.56% from 255 or 14.23% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AF43 is #1A50BC. Grayscale: #B3B3B3. Windows color (decimal): -1724605 or 4435941. OLE color: 4435941.
HSL color Cylindrical-coordinate representation of color #E5AF43: hue angle of 40º 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 #E5AF43 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 67 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.10 |
| HSL | 40º | 0.76% | 0.58% | - |
| HSV(B) | 40º | 0.71% | 0.9% | - |
| XYZ | 48.66 | 47.72 | 11.96 | - |
| YUV | 178.83 | 64.89 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 67 | 0 | 0.24 | 0.71 | 0.10 | 40 | 0.76 | 0.58 |
| Hex | E5 | AF | 43 | 0 | 18 | 47 | A | 28 | 4C | 3A |
| Octal | 345 | 257 | 103 | 0 | 30 | 107 | 12 | 50 | 114 | 72 |
| Binary | 11100101 | 10101111 | 1000011 | 0 | 11000 | 1000111 | 1010 | 101000 | 1001100 | 111010 |
Color Harmonies of #E5AF43
Complementary color
Monochromatic Colors of #E5AF43
Black with #E5AF43
Text Example
Text Example
White with #E5AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF43; }
p { color: rgb(229,175,67); }
H1.HeaderClassName
{
color: #E5AF43;
}
.AnyTagClassName
{
color: #E5AF43;
}
</style>
background-color css
<style>
a { background-color: #E5AF43; }
a { background-color: rgb(229,175,67); }
div.DivClassName
{
background-color: #E5AF43;
}
.BgClassName
{
background-color: #E5AF43;
}
</style>
border-color css
<style>
span { border-color: #E5AF43; }
span { border-color: rgb(229,175,67); }
td.TdClassName
{
border-color: #E5AF43;
}
.TagClassName
{
border-color: #E5AF43;
}
</style>