Shades of Equator #E2A961
Tints of Equator #E2A961
RGB
CMYK
RGB Variations
Color information
#E2A961 (or 0xE2A961) is known color: Equator. HEX triplet: E2, A9 and 61. RGB value is (226,169,97). Sum of RGB (Red+Green+Blue) = 226+169+97=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 97 (38.28% from 255 or 19.72% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A961 is #1D569E. Grayscale: #B2B2B2. Windows color (decimal): -1922719 or 6400482. OLE color: 6400482.
HSL color Cylindrical-coordinate representation of color #E2A961: hue angle of 33.49º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2A961 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 169 | 97 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.11 |
| HSL | 33.49º | 0.69% | 0.63% | - |
| HSV(B) | 33.49º | 0.57% | 0.89% | - |
| XYZ | 47.71 | 45.41 | 17.56 | - |
| YUV | 177.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 97 | 0 | 0.25 | 0.57 | 0.11 | 33.49 | 0.69 | 0.63 |
| Hex | E2 | A9 | 61 | 0 | 19 | 39 | B | 21 | 45 | 3F |
| Octal | 342 | 251 | 141 | 0 | 31 | 71 | 13 | 41 | 105 | 77 |
| Binary | 11100010 | 10101001 | 1100001 | 0 | 11001 | 111001 | 1011 | 100001 | 1000101 | 111111 |
Color Harmonies of #E2A961
Complementary color
Monochromatic Colors of #E2A961
Black with #E2A961
Text Example
Text Example
White with #E2A961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A961; }
p { color: rgb(226,169,97); }
H1.HeaderClassName
{
color: #E2A961;
}
.AnyTagClassName
{
color: #E2A961;
}
</style>
background-color css
<style>
a { background-color: #E2A961; }
a { background-color: rgb(226,169,97); }
div.DivClassName
{
background-color: #E2A961;
}
.BgClassName
{
background-color: #E2A961;
}
</style>
border-color css
<style>
span { border-color: #E2A961; }
span { border-color: rgb(226,169,97); }
td.TdClassName
{
border-color: #E2A961;
}
.TagClassName
{
border-color: #E2A961;
}
</style>