Shades of Equator #E2A966
Tints of Equator #E2A966
RGB
CMYK
RGB Variations
Color information
#E2A966 (or 0xE2A966) is known color: Equator. HEX triplet: E2, A9 and 66. RGB value is (226,169,102). Sum of RGB (Red+Green+Blue) = 226+169+102=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A966 is #1D5699. Grayscale: #B2B2B2. Windows color (decimal): -1922714 or 6728162. OLE color: 6728162.
HSL color Cylindrical-coordinate representation of color #E2A966: hue angle of 32.42º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2A966 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 169 | 102 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.11 |
| HSL | 32.42º | 0.68% | 0.64% | - |
| HSV(B) | 32.42º | 0.55% | 0.89% | - |
| XYZ | 47.95 | 45.5 | 18.83 | - |
| YUV | 178.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 102 | 0 | 0.25 | 0.55 | 0.11 | 32.42 | 0.68 | 0.64 |
| Hex | E2 | A9 | 66 | 0 | 19 | 37 | B | 20 | 44 | 40 |
| Octal | 342 | 251 | 146 | 0 | 31 | 67 | 13 | 40 | 104 | 100 |
| Binary | 11100010 | 10101001 | 1100110 | 0 | 11001 | 110111 | 1011 | 100000 | 1000100 | 1000000 |
Color Harmonies of #E2A966
Complementary color
Monochromatic Colors of #E2A966
Black with #E2A966
Text Example
Text Example
White with #E2A966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A966; }
p { color: rgb(226,169,102); }
H1.HeaderClassName
{
color: #E2A966;
}
.AnyTagClassName
{
color: #E2A966;
}
</style>
background-color css
<style>
a { background-color: #E2A966; }
a { background-color: rgb(226,169,102); }
div.DivClassName
{
background-color: #E2A966;
}
.BgClassName
{
background-color: #E2A966;
}
</style>
border-color css
<style>
span { border-color: #E2A966; }
span { border-color: rgb(226,169,102); }
td.TdClassName
{
border-color: #E2A966;
}
.TagClassName
{
border-color: #E2A966;
}
</style>