Shades of Equator #E2AC64
Tints of Equator #E2AC64
RGB
CMYK
RGB Variations
Color information
#E2AC64 (or 0xE2AC64) is known color: Equator. HEX triplet: E2, AC and 64. RGB value is (226,172,100). Sum of RGB (Red+Green+Blue) = 226+172+100=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AC64 is #1D539B. Grayscale: #B4B4B4. Windows color (decimal): -1921948 or 6597858. OLE color: 6597858.
HSL color Cylindrical-coordinate representation of color #E2AC64: hue angle of 34.29º degrees, saturation: 0.68, 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 #E2AC64 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 172 | 100 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.11 |
| HSL | 34.29º | 0.68% | 0.64% | - |
| HSV(B) | 34.29º | 0.56% | 0.89% | - |
| XYZ | 48.42 | 46.59 | 18.5 | - |
| YUV | 179.94 | 82.89 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 100 | 0 | 0.24 | 0.56 | 0.11 | 34.29 | 0.68 | 0.64 |
| Hex | E2 | AC | 64 | 0 | 18 | 38 | B | 22 | 44 | 40 |
| Octal | 342 | 254 | 144 | 0 | 30 | 70 | 13 | 42 | 104 | 100 |
| Binary | 11100010 | 10101100 | 1100100 | 0 | 11000 | 111000 | 1011 | 100010 | 1000100 | 1000000 |
Color Harmonies of #E2AC64
Complementary color
Monochromatic Colors of #E2AC64
Black with #E2AC64
Text Example
Text Example
White with #E2AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AC64; }
p { color: rgb(226,172,100); }
H1.HeaderClassName
{
color: #E2AC64;
}
.AnyTagClassName
{
color: #E2AC64;
}
</style>
background-color css
<style>
a { background-color: #E2AC64; }
a { background-color: rgb(226,172,100); }
div.DivClassName
{
background-color: #E2AC64;
}
.BgClassName
{
background-color: #E2AC64;
}
</style>
border-color css
<style>
span { border-color: #E2AC64; }
span { border-color: rgb(226,172,100); }
td.TdClassName
{
border-color: #E2AC64;
}
.TagClassName
{
border-color: #E2AC64;
}
</style>