Shades of Equator #E2AE60
Tints of Equator #E2AE60
RGB
CMYK
RGB Variations
Color information
#E2AE60 (or 0xE2AE60) is known color: Equator. HEX triplet: E2, AE and 60. RGB value is (226,174,96). Sum of RGB (Red+Green+Blue) = 226+174+96=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AE60 is #1D519F. Grayscale: #B5B5B5. Windows color (decimal): -1921440 or 6336226. OLE color: 6336226.
HSL color Cylindrical-coordinate representation of color #E2AE60: hue angle of 36º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2AE60 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 174 | 96 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.11 |
| HSL | 36º | 0.69% | 0.63% | - |
| HSV(B) | 36º | 0.58% | 0.89% | - |
| XYZ | 48.61 | 47.29 | 17.63 | - |
| YUV | 180.66 | 80.23 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 96 | 0 | 0.23 | 0.58 | 0.11 | 36 | 0.69 | 0.63 |
| Hex | E2 | AE | 60 | 0 | 17 | 3A | B | 24 | 45 | 3F |
| Octal | 342 | 256 | 140 | 0 | 27 | 72 | 13 | 44 | 105 | 77 |
| Binary | 11100010 | 10101110 | 1100000 | 0 | 10111 | 111010 | 1011 | 100100 | 1000101 | 111111 |
Color Harmonies of #E2AE60
Complementary color
Monochromatic Colors of #E2AE60
Black with #E2AE60
Text Example
Text Example
White with #E2AE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AE60; }
p { color: rgb(226,174,96); }
H1.HeaderClassName
{
color: #E2AE60;
}
.AnyTagClassName
{
color: #E2AE60;
}
</style>
background-color css
<style>
a { background-color: #E2AE60; }
a { background-color: rgb(226,174,96); }
div.DivClassName
{
background-color: #E2AE60;
}
.BgClassName
{
background-color: #E2AE60;
}
</style>
border-color css
<style>
span { border-color: #E2AE60; }
span { border-color: rgb(226,174,96); }
td.TdClassName
{
border-color: #E2AE60;
}
.TagClassName
{
border-color: #E2AE60;
}
</style>