Shades of Tulip Tree #E1AF3E
Tints of Tulip Tree #E1AF3E
RGB
CMYK
RGB Variations
Color information
#E1AF3E (or 0xE1AF3E) is known color: Tulip Tree. HEX triplet: E1, AF and 3E. RGB value is (225,175,62). Sum of RGB (Red+Green+Blue) = 225+175+62=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 62 (24.61% from 255 or 13.42% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF3E is #1E50C1. Grayscale: #B1B1B1. Windows color (decimal): -1986754 or 4108257. OLE color: 4108257.
HSL color Cylindrical-coordinate representation of color #E1AF3E: hue angle of 41.6º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E1AF3E is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 62 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.12 |
| HSL | 41.6º | 0.73% | 0.56% | - |
| HSV(B) | 41.6º | 0.72% | 0.88% | - |
| XYZ | 47.25 | 47.02 | 11.14 | - |
| YUV | 177.07 | 63.07 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 62 | 0 | 0.22 | 0.72 | 0.12 | 41.6 | 0.73 | 0.56 |
| Hex | E1 | AF | 3E | 0 | 16 | 48 | C | 2A | 49 | 38 |
| Octal | 341 | 257 | 76 | 0 | 26 | 110 | 14 | 52 | 111 | 70 |
| Binary | 11100001 | 10101111 | 111110 | 0 | 10110 | 1001000 | 1100 | 101010 | 1001001 | 111000 |
Color Harmonies of #E1AF3E
Complementary color
Monochromatic Colors of #E1AF3E
Black with #E1AF3E
Text Example
Text Example
White with #E1AF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF3E; }
p { color: rgb(225,175,62); }
H1.HeaderClassName
{
color: #E1AF3E;
}
.AnyTagClassName
{
color: #E1AF3E;
}
</style>
background-color css
<style>
a { background-color: #E1AF3E; }
a { background-color: rgb(225,175,62); }
div.DivClassName
{
background-color: #E1AF3E;
}
.BgClassName
{
background-color: #E1AF3E;
}
</style>
border-color css
<style>
span { border-color: #E1AF3E; }
span { border-color: rgb(225,175,62); }
td.TdClassName
{
border-color: #E1AF3E;
}
.TagClassName
{
border-color: #E1AF3E;
}
</style>