Shades of Equator #E2A963
Tints of Equator #E2A963
RGB
CMYK
RGB Variations
Color information
#E2A963 (or 0xE2A963) is known color: Equator. HEX triplet: E2, A9 and 63. RGB value is (226,169,99). Sum of RGB (Red+Green+Blue) = 226+169+99=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A963 is #1D569C. Grayscale: #B2B2B2. Windows color (decimal): -1922717 or 6531554. OLE color: 6531554.
HSL color Cylindrical-coordinate representation of color #E2A963: hue angle of 33.07º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2A963 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 169 | 99 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.11 |
| HSL | 33.07º | 0.69% | 0.64% | - |
| HSV(B) | 33.07º | 0.56% | 0.89% | - |
| XYZ | 47.8 | 45.45 | 18.06 | - |
| YUV | 178.06 | 83.38 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 99 | 0 | 0.25 | 0.56 | 0.11 | 33.07 | 0.69 | 0.64 |
| Hex | E2 | A9 | 63 | 0 | 19 | 38 | B | 21 | 45 | 40 |
| Octal | 342 | 251 | 143 | 0 | 31 | 70 | 13 | 41 | 105 | 100 |
| Binary | 11100010 | 10101001 | 1100011 | 0 | 11001 | 111000 | 1011 | 100001 | 1000101 | 1000000 |
Color Harmonies of #E2A963
Complementary color
Monochromatic Colors of #E2A963
Black with #E2A963
Text Example
Text Example
White with #E2A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A963; }
p { color: rgb(226,169,99); }
H1.HeaderClassName
{
color: #E2A963;
}
.AnyTagClassName
{
color: #E2A963;
}
</style>
background-color css
<style>
a { background-color: #E2A963; }
a { background-color: rgb(226,169,99); }
div.DivClassName
{
background-color: #E2A963;
}
.BgClassName
{
background-color: #E2A963;
}
</style>
border-color css
<style>
span { border-color: #E2A963; }
span { border-color: rgb(226,169,99); }
td.TdClassName
{
border-color: #E2A963;
}
.TagClassName
{
border-color: #E2A963;
}
</style>