Shades of Tulip Tree #E1AF3C
Tints of Tulip Tree #E1AF3C
RGB
CMYK
RGB Variations
Color information
#E1AF3C (or 0xE1AF3C) is known color: Tulip Tree. HEX triplet: E1, AF and 3C. RGB value is (225,175,60). Sum of RGB (Red+Green+Blue) = 225+175+60=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF3C is #1E50C3. Grayscale: #B1B1B1. Windows color (decimal): -1986756 or 3977185. OLE color: 3977185.
HSL color Cylindrical-coordinate representation of color #E1AF3C: hue angle of 41.82º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1AF3C is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 60 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.12 |
| HSL | 41.82º | 0.73% | 0.56% | - |
| HSV(B) | 41.82º | 0.73% | 0.88% | - |
| XYZ | 47.2 | 46.99 | 10.86 | - |
| YUV | 176.84 | 62.07 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 60 | 0 | 0.22 | 0.73 | 0.12 | 41.82 | 0.73 | 0.56 |
| Hex | E1 | AF | 3C | 0 | 16 | 49 | C | 2A | 49 | 38 |
| Octal | 341 | 257 | 74 | 0 | 26 | 111 | 14 | 52 | 111 | 70 |
| Binary | 11100001 | 10101111 | 111100 | 0 | 10110 | 1001001 | 1100 | 101010 | 1001001 | 111000 |
Color Harmonies of #E1AF3C
Complementary color
Monochromatic Colors of #E1AF3C
Black with #E1AF3C
Text Example
Text Example
White with #E1AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF3C; }
p { color: rgb(225,175,60); }
H1.HeaderClassName
{
color: #E1AF3C;
}
.AnyTagClassName
{
color: #E1AF3C;
}
</style>
background-color css
<style>
a { background-color: #E1AF3C; }
a { background-color: rgb(225,175,60); }
div.DivClassName
{
background-color: #E1AF3C;
}
.BgClassName
{
background-color: #E1AF3C;
}
</style>
border-color css
<style>
span { border-color: #E1AF3C; }
span { border-color: rgb(225,175,60); }
td.TdClassName
{
border-color: #E1AF3C;
}
.TagClassName
{
border-color: #E1AF3C;
}
</style>