Shades of Equator #E0A963
Tints of Equator #E0A963
RGB
CMYK
RGB Variations
Color information
#E0A963 (or 0xE0A963) is known color: Equator. HEX triplet: E0, A9 and 63. RGB value is (224,169,99). Sum of RGB (Red+Green+Blue) = 224+169+99=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 99 (39.06% from 255 or 20.12% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A963 is #1F569C. Grayscale: #B1B1B1. Windows color (decimal): -2053789 or 6531552. OLE color: 6531552.
HSL color Cylindrical-coordinate representation of color #E0A963: hue angle of 33.6º 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 #E0A963 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 169 | 99 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.12 |
| HSL | 33.6º | 0.67% | 0.63% | - |
| HSV(B) | 33.6º | 0.56% | 0.88% | - |
| XYZ | 47.18 | 45.12 | 18.03 | - |
| YUV | 177.47 | 83.72 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 169 | 99 | 0 | 0.25 | 0.56 | 0.12 | 33.6 | 0.67 | 0.63 |
| Hex | E0 | A9 | 63 | 0 | 19 | 38 | C | 22 | 43 | 3F |
| Octal | 340 | 251 | 143 | 0 | 31 | 70 | 14 | 42 | 103 | 77 |
| Binary | 11100000 | 10101001 | 1100011 | 0 | 11001 | 111000 | 1100 | 100010 | 1000011 | 111111 |
Color Harmonies of #E0A963
Complementary color
Monochromatic Colors of #E0A963
Black with #E0A963
Text Example
Text Example
White with #E0A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A963; }
p { color: rgb(224,169,99); }
H1.HeaderClassName
{
color: #E0A963;
}
.AnyTagClassName
{
color: #E0A963;
}
</style>
background-color css
<style>
a { background-color: #E0A963; }
a { background-color: rgb(224,169,99); }
div.DivClassName
{
background-color: #E0A963;
}
.BgClassName
{
background-color: #E0A963;
}
</style>
border-color css
<style>
span { border-color: #E0A963; }
span { border-color: rgb(224,169,99); }
td.TdClassName
{
border-color: #E0A963;
}
.TagClassName
{
border-color: #E0A963;
}
</style>