Shades of Equator #E0AF63
Tints of Equator #E0AF63
RGB
CMYK
RGB Variations
Color information
#E0AF63 (or 0xE0AF63) is known color: Equator. HEX triplet: E0, AF and 63. RGB value is (224,175,99). Sum of RGB (Red+Green+Blue) = 224+175+99=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AF63 is #1F509C. Grayscale: #B5B5B5. Windows color (decimal): -2052253 or 6533088. OLE color: 6533088.
HSL color Cylindrical-coordinate representation of color #E0AF63: hue angle of 36.48º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E0AF63 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 99 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.12 |
| HSL | 36.48º | 0.67% | 0.63% | - |
| HSV(B) | 36.48º | 0.56% | 0.88% | - |
| XYZ | 48.32 | 47.41 | 18.41 | - |
| YUV | 180.99 | 81.73 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 99 | 0 | 0.22 | 0.56 | 0.12 | 36.48 | 0.67 | 0.63 |
| Hex | E0 | AF | 63 | 0 | 16 | 38 | C | 24 | 43 | 3F |
| Octal | 340 | 257 | 143 | 0 | 26 | 70 | 14 | 44 | 103 | 77 |
| Binary | 11100000 | 10101111 | 1100011 | 0 | 10110 | 111000 | 1100 | 100100 | 1000011 | 111111 |
Color Harmonies of #E0AF63
Complementary color
Monochromatic Colors of #E0AF63
Black with #E0AF63
Text Example
Text Example
White with #E0AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AF63; }
p { color: rgb(224,175,99); }
H1.HeaderClassName
{
color: #E0AF63;
}
.AnyTagClassName
{
color: #E0AF63;
}
</style>
background-color css
<style>
a { background-color: #E0AF63; }
a { background-color: rgb(224,175,99); }
div.DivClassName
{
background-color: #E0AF63;
}
.BgClassName
{
background-color: #E0AF63;
}
</style>
border-color css
<style>
span { border-color: #E0AF63; }
span { border-color: rgb(224,175,99); }
td.TdClassName
{
border-color: #E0AF63;
}
.TagClassName
{
border-color: #E0AF63;
}
</style>