Shades of Equator #E0AF66
Tints of Equator #E0AF66
RGB
CMYK
RGB Variations
Color information
#E0AF66 (or 0xE0AF66) is known color: Equator. HEX triplet: E0, AF and 66. RGB value is (224,175,102). Sum of RGB (Red+Green+Blue) = 224+175+102=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AF66 is #1F5099. Grayscale: #B5B5B5. Windows color (decimal): -2052250 or 6729696. OLE color: 6729696.
HSL color Cylindrical-coordinate representation of color #E0AF66: hue angle of 35.9º degrees, saturation: 0.66, 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 #E0AF66 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 102 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.12 |
| HSL | 35.9º | 0.66% | 0.64% | - |
| HSV(B) | 35.9º | 0.54% | 0.88% | - |
| XYZ | 48.47 | 47.47 | 19.18 | - |
| YUV | 181.33 | 83.23 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 102 | 0 | 0.22 | 0.54 | 0.12 | 35.9 | 0.66 | 0.64 |
| Hex | E0 | AF | 66 | 0 | 16 | 36 | C | 24 | 42 | 40 |
| Octal | 340 | 257 | 146 | 0 | 26 | 66 | 14 | 44 | 102 | 100 |
| Binary | 11100000 | 10101111 | 1100110 | 0 | 10110 | 110110 | 1100 | 100100 | 1000010 | 1000000 |
Color Harmonies of #E0AF66
Complementary color
Monochromatic Colors of #E0AF66
Black with #E0AF66
Text Example
Text Example
White with #E0AF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AF66; }
p { color: rgb(224,175,102); }
H1.HeaderClassName
{
color: #E0AF66;
}
.AnyTagClassName
{
color: #E0AF66;
}
</style>
background-color css
<style>
a { background-color: #E0AF66; }
a { background-color: rgb(224,175,102); }
div.DivClassName
{
background-color: #E0AF66;
}
.BgClassName
{
background-color: #E0AF66;
}
</style>
border-color css
<style>
span { border-color: #E0AF66; }
span { border-color: rgb(224,175,102); }
td.TdClassName
{
border-color: #E0AF66;
}
.TagClassName
{
border-color: #E0AF66;
}
</style>