Shades of Equator #E5B160
Tints of Equator #E5B160
RGB
CMYK
RGB Variations
Color information
#E5B160 (or 0xE5B160) is known color: Equator. HEX triplet: E5, B1 and 60. RGB value is (229,177,96). Sum of RGB (Red+Green+Blue) = 229+177+96=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5B160 is #1A4E9F. Grayscale: #B7B7B7. Windows color (decimal): -1724064 or 6336997. OLE color: 6336997.
HSL color Cylindrical-coordinate representation of color #E5B160: hue angle of 36.54º 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 #E5B160 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 177 | 96 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.10 |
| HSL | 36.54º | 0.72% | 0.64% | - |
| HSV(B) | 36.54º | 0.58% | 0.9% | - |
| XYZ | 50.15 | 48.95 | 17.87 | - |
| YUV | 183.31 | 78.73 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 177 | 96 | 0 | 0.23 | 0.58 | 0.10 | 36.54 | 0.72 | 0.64 |
| Hex | E5 | B1 | 60 | 0 | 17 | 3A | A | 25 | 48 | 40 |
| Octal | 345 | 261 | 140 | 0 | 27 | 72 | 12 | 45 | 110 | 100 |
| Binary | 11100101 | 10110001 | 1100000 | 0 | 10111 | 111010 | 1010 | 100101 | 1001000 | 1000000 |
Color Harmonies of #E5B160
Complementary color
Monochromatic Colors of #E5B160
Black with #E5B160
Text Example
Text Example
White with #E5B160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B160; }
p { color: rgb(229,177,96); }
H1.HeaderClassName
{
color: #E5B160;
}
.AnyTagClassName
{
color: #E5B160;
}
</style>
background-color css
<style>
a { background-color: #E5B160; }
a { background-color: rgb(229,177,96); }
div.DivClassName
{
background-color: #E5B160;
}
.BgClassName
{
background-color: #E5B160;
}
</style>
border-color css
<style>
span { border-color: #E5B160; }
span { border-color: rgb(229,177,96); }
td.TdClassName
{
border-color: #E5B160;
}
.TagClassName
{
border-color: #E5B160;
}
</style>