Shades of Equator #E5AD61
Tints of Equator #E5AD61
RGB
CMYK
RGB Variations
Color information
#E5AD61 (or 0xE5AD61) is known color: Equator. HEX triplet: E5, AD and 61. RGB value is (229,173,97). Sum of RGB (Red+Green+Blue) = 229+173+97=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AD61 is #1A529E. Grayscale: #B5B5B5. Windows color (decimal): -1725087 or 6401509. OLE color: 6401509.
HSL color Cylindrical-coordinate representation of color #E5AD61: hue angle of 34.55º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5AD61 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 97 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.10 |
| HSL | 34.55º | 0.72% | 0.64% | - |
| HSV(B) | 34.55º | 0.58% | 0.9% | - |
| XYZ | 49.41 | 47.41 | 17.86 | - |
| YUV | 181.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 97 | 0 | 0.24 | 0.58 | 0.10 | 34.55 | 0.72 | 0.64 |
| Hex | E5 | AD | 61 | 0 | 18 | 3A | A | 23 | 48 | 40 |
| Octal | 345 | 255 | 141 | 0 | 30 | 72 | 12 | 43 | 110 | 100 |
| Binary | 11100101 | 10101101 | 1100001 | 0 | 11000 | 111010 | 1010 | 100011 | 1001000 | 1000000 |
Color Harmonies of #E5AD61
Complementary color
Monochromatic Colors of #E5AD61
Black with #E5AD61
Text Example
Text Example
White with #E5AD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD61; }
p { color: rgb(229,173,97); }
H1.HeaderClassName
{
color: #E5AD61;
}
.AnyTagClassName
{
color: #E5AD61;
}
</style>
background-color css
<style>
a { background-color: #E5AD61; }
a { background-color: rgb(229,173,97); }
div.DivClassName
{
background-color: #E5AD61;
}
.BgClassName
{
background-color: #E5AD61;
}
</style>
border-color css
<style>
span { border-color: #E5AD61; }
span { border-color: rgb(229,173,97); }
td.TdClassName
{
border-color: #E5AD61;
}
.TagClassName
{
border-color: #E5AD61;
}
</style>