Shades of Equator #E2AD62
Tints of Equator #E2AD62
RGB
CMYK
RGB Variations
Color information
#E2AD62 (or 0xE2AD62) is known color: Equator. HEX triplet: E2, AD and 62. RGB value is (226,173,98). Sum of RGB (Red+Green+Blue) = 226+173+98=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AD62 is #1D529D. Grayscale: #B4B4B4. Windows color (decimal): -1921694 or 6467042. OLE color: 6467042.
HSL color Cylindrical-coordinate representation of color #E2AD62: hue angle of 35.16º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2AD62 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 98 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.11 |
| HSL | 35.16º | 0.69% | 0.64% | - |
| HSV(B) | 35.16º | 0.57% | 0.89% | - |
| XYZ | 48.51 | 46.94 | 18.06 | - |
| YUV | 180.3 | 81.56 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 98 | 0 | 0.23 | 0.57 | 0.11 | 35.16 | 0.69 | 0.64 |
| Hex | E2 | AD | 62 | 0 | 17 | 39 | B | 23 | 45 | 40 |
| Octal | 342 | 255 | 142 | 0 | 27 | 71 | 13 | 43 | 105 | 100 |
| Binary | 11100010 | 10101101 | 1100010 | 0 | 10111 | 111001 | 1011 | 100011 | 1000101 | 1000000 |
Color Harmonies of #E2AD62
Complementary color
Monochromatic Colors of #E2AD62
Black with #E2AD62
Text Example
Text Example
White with #E2AD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AD62; }
p { color: rgb(226,173,98); }
H1.HeaderClassName
{
color: #E2AD62;
}
.AnyTagClassName
{
color: #E2AD62;
}
</style>
background-color css
<style>
a { background-color: #E2AD62; }
a { background-color: rgb(226,173,98); }
div.DivClassName
{
background-color: #E2AD62;
}
.BgClassName
{
background-color: #E2AD62;
}
</style>
border-color css
<style>
span { border-color: #E2AD62; }
span { border-color: rgb(226,173,98); }
td.TdClassName
{
border-color: #E2AD62;
}
.TagClassName
{
border-color: #E2AD62;
}
</style>