Shades of Equator #E0A968
Tints of Equator #E0A968
RGB
CMYK
RGB Variations
Color information
#E0A968 (or 0xE0A968) is known color: Equator. HEX triplet: E0, A9 and 68. RGB value is (224,169,104). Sum of RGB (Red+Green+Blue) = 224+169+104=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A968 is #1F5697. Grayscale: #B2B2B2. Windows color (decimal): -2053784 or 6859232. OLE color: 6859232.
HSL color Cylindrical-coordinate representation of color #E0A968: hue angle of 32.5º 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 #E0A968 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 169 | 104 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.12 |
| HSL | 32.5º | 0.66% | 0.64% | - |
| HSV(B) | 32.5º | 0.54% | 0.88% | - |
| XYZ | 47.43 | 45.22 | 19.33 | - |
| YUV | 178.04 | 86.22 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 169 | 104 | 0 | 0.25 | 0.54 | 0.12 | 32.5 | 0.66 | 0.64 |
| Hex | E0 | A9 | 68 | 0 | 19 | 36 | C | 20 | 42 | 40 |
| Octal | 340 | 251 | 150 | 0 | 31 | 66 | 14 | 40 | 102 | 100 |
| Binary | 11100000 | 10101001 | 1101000 | 0 | 11001 | 110110 | 1100 | 100000 | 1000010 | 1000000 |
Color Harmonies of #E0A968
Complementary color
Monochromatic Colors of #E0A968
Black with #E0A968
Text Example
Text Example
White with #E0A968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A968; }
p { color: rgb(224,169,104); }
H1.HeaderClassName
{
color: #E0A968;
}
.AnyTagClassName
{
color: #E0A968;
}
</style>
background-color css
<style>
a { background-color: #E0A968; }
a { background-color: rgb(224,169,104); }
div.DivClassName
{
background-color: #E0A968;
}
.BgClassName
{
background-color: #E0A968;
}
</style>
border-color css
<style>
span { border-color: #E0A968; }
span { border-color: rgb(224,169,104); }
td.TdClassName
{
border-color: #E0A968;
}
.TagClassName
{
border-color: #E0A968;
}
</style>