Shades of Equator #E3AC62
Tints of Equator #E3AC62
RGB
CMYK
RGB Variations
Color information
#E3AC62 (or 0xE3AC62) is known color: Equator. HEX triplet: E3, AC and 62. RGB value is (227,172,98). Sum of RGB (Red+Green+Blue) = 227+172+98=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AC62 is #1C539D. Grayscale: #B4B4B4. Windows color (decimal): -1856414 or 6466787. OLE color: 6466787.
HSL color Cylindrical-coordinate representation of color #E3AC62: hue angle of 34.42º degrees, saturation: 0.7, 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 #E3AC62 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 172 | 98 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.11 |
| HSL | 34.42º | 0.7% | 0.64% | - |
| HSV(B) | 34.42º | 0.57% | 0.89% | - |
| XYZ | 48.64 | 46.72 | 18.01 | - |
| YUV | 180.01 | 81.72 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 172 | 98 | 0 | 0.24 | 0.57 | 0.11 | 34.42 | 0.7 | 0.64 |
| Hex | E3 | AC | 62 | 0 | 18 | 39 | B | 22 | 46 | 40 |
| Octal | 343 | 254 | 142 | 0 | 30 | 71 | 13 | 42 | 106 | 100 |
| Binary | 11100011 | 10101100 | 1100010 | 0 | 11000 | 111001 | 1011 | 100010 | 1000110 | 1000000 |
Color Harmonies of #E3AC62
Complementary color
Monochromatic Colors of #E3AC62
Black with #E3AC62
Text Example
Text Example
White with #E3AC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AC62; }
p { color: rgb(227,172,98); }
H1.HeaderClassName
{
color: #E3AC62;
}
.AnyTagClassName
{
color: #E3AC62;
}
</style>
background-color css
<style>
a { background-color: #E3AC62; }
a { background-color: rgb(227,172,98); }
div.DivClassName
{
background-color: #E3AC62;
}
.BgClassName
{
background-color: #E3AC62;
}
</style>
border-color css
<style>
span { border-color: #E3AC62; }
span { border-color: rgb(227,172,98); }
td.TdClassName
{
border-color: #E3AC62;
}
.TagClassName
{
border-color: #E3AC62;
}
</style>