Shades of Equator #E0AD5F
Tints of Equator #E0AD5F
RGB
CMYK
RGB Variations
Color information
#E0AD5F (or 0xE0AD5F) is known color: Equator. HEX triplet: E0, AD and 5F. RGB value is (224,173,95). Sum of RGB (Red+Green+Blue) = 224+173+95=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AD5F is #1F52A0. Grayscale: #B3B3B3. Windows color (decimal): -2052769 or 6270432. OLE color: 6270432.
HSL color Cylindrical-coordinate representation of color #E0AD5F: hue angle of 36.28º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0AD5F is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 95 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.12 |
| HSL | 36.28º | 0.68% | 0.63% | - |
| HSV(B) | 36.28º | 0.58% | 0.88% | - |
| XYZ | 47.75 | 46.56 | 17.3 | - |
| YUV | 179.36 | 80.4 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 95 | 0 | 0.23 | 0.58 | 0.12 | 36.28 | 0.68 | 0.63 |
| Hex | E0 | AD | 5F | 0 | 17 | 3A | C | 24 | 44 | 3F |
| Octal | 340 | 255 | 137 | 0 | 27 | 72 | 14 | 44 | 104 | 77 |
| Binary | 11100000 | 10101101 | 1011111 | 0 | 10111 | 111010 | 1100 | 100100 | 1000100 | 111111 |
Color Harmonies of #E0AD5F
Complementary color
Monochromatic Colors of #E0AD5F
Black with #E0AD5F
Text Example
Text Example
White with #E0AD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD5F; }
p { color: rgb(224,173,95); }
H1.HeaderClassName
{
color: #E0AD5F;
}
.AnyTagClassName
{
color: #E0AD5F;
}
</style>
background-color css
<style>
a { background-color: #E0AD5F; }
a { background-color: rgb(224,173,95); }
div.DivClassName
{
background-color: #E0AD5F;
}
.BgClassName
{
background-color: #E0AD5F;
}
</style>
border-color css
<style>
span { border-color: #E0AD5F; }
span { border-color: rgb(224,173,95); }
td.TdClassName
{
border-color: #E0AD5F;
}
.TagClassName
{
border-color: #E0AD5F;
}
</style>