Shades of Equator #E0AE68
Tints of Equator #E0AE68
RGB
CMYK
RGB Variations
Color information
#E0AE68 (or 0xE0AE68) is known color: Equator. HEX triplet: E0, AE and 68. RGB value is (224,174,104). Sum of RGB (Red+Green+Blue) = 224+174+104=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AE68 is #1F5197. Grayscale: #B5B5B5. Windows color (decimal): -2052504 or 6860512. OLE color: 6860512.
HSL color Cylindrical-coordinate representation of color #E0AE68: hue angle of 35º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0AE68 is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 174 | 104 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.12 |
| HSL | 35º | 0.66% | 0.64% | - |
| HSV(B) | 35º | 0.54% | 0.88% | - |
| XYZ | 48.38 | 47.12 | 19.64 | - |
| YUV | 180.97 | 84.57 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 104 | 0 | 0.22 | 0.54 | 0.12 | 35 | 0.66 | 0.64 |
| Hex | E0 | AE | 68 | 0 | 16 | 36 | C | 23 | 42 | 40 |
| Octal | 340 | 256 | 150 | 0 | 26 | 66 | 14 | 43 | 102 | 100 |
| Binary | 11100000 | 10101110 | 1101000 | 0 | 10110 | 110110 | 1100 | 100011 | 1000010 | 1000000 |
Color Harmonies of #E0AE68
Complementary color
Monochromatic Colors of #E0AE68
Black with #E0AE68
Text Example
Text Example
White with #E0AE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AE68; }
p { color: rgb(224,174,104); }
H1.HeaderClassName
{
color: #E0AE68;
}
.AnyTagClassName
{
color: #E0AE68;
}
</style>
background-color css
<style>
a { background-color: #E0AE68; }
a { background-color: rgb(224,174,104); }
div.DivClassName
{
background-color: #E0AE68;
}
.BgClassName
{
background-color: #E0AE68;
}
</style>
border-color css
<style>
span { border-color: #E0AE68; }
span { border-color: rgb(224,174,104); }
td.TdClassName
{
border-color: #E0AE68;
}
.TagClassName
{
border-color: #E0AE68;
}
</style>