Shades of Equator #E1AF67
Tints of Equator #E1AF67
RGB
CMYK
RGB Variations
Color information
#E1AF67 (or 0xE1AF67) is known color: Equator. HEX triplet: E1, AF and 67. RGB value is (225,175,103). Sum of RGB (Red+Green+Blue) = 225+175+103=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 103 (40.62% from 255 or 20.48% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF67 is #1E5098. Grayscale: #B6B6B6. Windows color (decimal): -1986713 or 6795233. OLE color: 6795233.
HSL color Cylindrical-coordinate representation of color #E1AF67: hue angle of 35.41º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1AF67 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 103 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.12 |
| HSL | 35.41º | 0.67% | 0.64% | - |
| HSV(B) | 35.41º | 0.54% | 0.88% | - |
| XYZ | 48.83 | 47.65 | 19.46 | - |
| YUV | 181.74 | 83.57 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 103 | 0 | 0.22 | 0.54 | 0.12 | 35.41 | 0.67 | 0.64 |
| Hex | E1 | AF | 67 | 0 | 16 | 36 | C | 23 | 43 | 40 |
| Octal | 341 | 257 | 147 | 0 | 26 | 66 | 14 | 43 | 103 | 100 |
| Binary | 11100001 | 10101111 | 1100111 | 0 | 10110 | 110110 | 1100 | 100011 | 1000011 | 1000000 |
Color Harmonies of #E1AF67
Complementary color
Monochromatic Colors of #E1AF67
Black with #E1AF67
Text Example
Text Example
White with #E1AF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF67; }
p { color: rgb(225,175,103); }
H1.HeaderClassName
{
color: #E1AF67;
}
.AnyTagClassName
{
color: #E1AF67;
}
</style>
background-color css
<style>
a { background-color: #E1AF67; }
a { background-color: rgb(225,175,103); }
div.DivClassName
{
background-color: #E1AF67;
}
.BgClassName
{
background-color: #E1AF67;
}
</style>
border-color css
<style>
span { border-color: #E1AF67; }
span { border-color: rgb(225,175,103); }
td.TdClassName
{
border-color: #E1AF67;
}
.TagClassName
{
border-color: #E1AF67;
}
</style>