Shades of Equator #E0AB68
Tints of Equator #E0AB68
RGB
CMYK
RGB Variations
Color information
#E0AB68 (or 0xE0AB68) is known color: Equator. HEX triplet: E0, AB and 68. RGB value is (224,171,104). Sum of RGB (Red+Green+Blue) = 224+171+104=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AB68 is #1F5497. Grayscale: #B3B3B3. Windows color (decimal): -2053272 or 6859744. OLE color: 6859744.
HSL color Cylindrical-coordinate representation of color #E0AB68: hue angle of 33.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 #E0AB68 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 104 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.12 |
| HSL | 33.5º | 0.66% | 0.64% | - |
| HSV(B) | 33.5º | 0.54% | 0.88% | - |
| XYZ | 47.8 | 45.97 | 19.45 | - |
| YUV | 179.21 | 85.56 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 104 | 0 | 0.24 | 0.54 | 0.12 | 33.5 | 0.66 | 0.64 |
| Hex | E0 | AB | 68 | 0 | 18 | 36 | C | 22 | 42 | 40 |
| Octal | 340 | 253 | 150 | 0 | 30 | 66 | 14 | 42 | 102 | 100 |
| Binary | 11100000 | 10101011 | 1101000 | 0 | 11000 | 110110 | 1100 | 100010 | 1000010 | 1000000 |
Color Harmonies of #E0AB68
Complementary color
Monochromatic Colors of #E0AB68
Black with #E0AB68
Text Example
Text Example
White with #E0AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AB68; }
p { color: rgb(224,171,104); }
H1.HeaderClassName
{
color: #E0AB68;
}
.AnyTagClassName
{
color: #E0AB68;
}
</style>
background-color css
<style>
a { background-color: #E0AB68; }
a { background-color: rgb(224,171,104); }
div.DivClassName
{
background-color: #E0AB68;
}
.BgClassName
{
background-color: #E0AB68;
}
</style>
border-color css
<style>
span { border-color: #E0AB68; }
span { border-color: rgb(224,171,104); }
td.TdClassName
{
border-color: #E0AB68;
}
.TagClassName
{
border-color: #E0AB68;
}
</style>