Shades of Tulip Tree #E5AF3C
Tints of Tulip Tree #E5AF3C
RGB
CMYK
RGB Variations
Color information
#E5AF3C (or 0xE5AF3C) is known color: Tulip Tree. HEX triplet: E5, AF and 3C. RGB value is (229,175,60). Sum of RGB (Red+Green+Blue) = 229+175+60=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 60 (23.83% from 255 or 12.93% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AF3C is #1A50C3. Grayscale: #B2B2B2. Windows color (decimal): -1724612 or 3977189. OLE color: 3977189.
HSL color Cylindrical-coordinate representation of color #E5AF3C: hue angle of 40.83º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5AF3C is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 60 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.10 |
| HSL | 40.83º | 0.76% | 0.57% | - |
| HSV(B) | 40.83º | 0.74% | 0.9% | - |
| XYZ | 48.46 | 47.64 | 10.92 | - |
| YUV | 178.04 | 61.39 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 60 | 0 | 0.24 | 0.74 | 0.10 | 40.83 | 0.76 | 0.57 |
| Hex | E5 | AF | 3C | 0 | 18 | 4A | A | 29 | 4C | 39 |
| Octal | 345 | 257 | 74 | 0 | 30 | 112 | 12 | 51 | 114 | 71 |
| Binary | 11100101 | 10101111 | 111100 | 0 | 11000 | 1001010 | 1010 | 101001 | 1001100 | 111001 |
Color Harmonies of #E5AF3C
Complementary color
Monochromatic Colors of #E5AF3C
Black with #E5AF3C
Text Example
Text Example
White with #E5AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF3C; }
p { color: rgb(229,175,60); }
H1.HeaderClassName
{
color: #E5AF3C;
}
.AnyTagClassName
{
color: #E5AF3C;
}
</style>
background-color css
<style>
a { background-color: #E5AF3C; }
a { background-color: rgb(229,175,60); }
div.DivClassName
{
background-color: #E5AF3C;
}
.BgClassName
{
background-color: #E5AF3C;
}
</style>
border-color css
<style>
span { border-color: #E5AF3C; }
span { border-color: rgb(229,175,60); }
td.TdClassName
{
border-color: #E5AF3C;
}
.TagClassName
{
border-color: #E5AF3C;
}
</style>