Shades of Equator #E5B360
Tints of Equator #E5B360
RGB
CMYK
RGB Variations
Color information
#E5B360 (or 0xE5B360) is known color: Equator. HEX triplet: E5, B3 and 60. RGB value is (229,179,96). Sum of RGB (Red+Green+Blue) = 229+179+96=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B360 is #1A4C9F. Grayscale: #B8B8B8. Windows color (decimal): -1723552 or 6337509. OLE color: 6337509.
HSL color Cylindrical-coordinate representation of color #E5B360: hue angle of 37.44º 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 #E5B360 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 179 | 96 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.10 |
| HSL | 37.44º | 0.72% | 0.64% | - |
| HSV(B) | 37.44º | 0.58% | 0.9% | - |
| XYZ | 50.54 | 49.74 | 18 | - |
| YUV | 184.49 | 78.07 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 96 | 0 | 0.22 | 0.58 | 0.10 | 37.44 | 0.72 | 0.64 |
| Hex | E5 | B3 | 60 | 0 | 16 | 3A | A | 25 | 48 | 40 |
| Octal | 345 | 263 | 140 | 0 | 26 | 72 | 12 | 45 | 110 | 100 |
| Binary | 11100101 | 10110011 | 1100000 | 0 | 10110 | 111010 | 1010 | 100101 | 1001000 | 1000000 |
Color Harmonies of #E5B360
Complementary color
Monochromatic Colors of #E5B360
Black with #E5B360
Text Example
Text Example
White with #E5B360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B360; }
p { color: rgb(229,179,96); }
H1.HeaderClassName
{
color: #E5B360;
}
.AnyTagClassName
{
color: #E5B360;
}
</style>
background-color css
<style>
a { background-color: #E5B360; }
a { background-color: rgb(229,179,96); }
div.DivClassName
{
background-color: #E5B360;
}
.BgClassName
{
background-color: #E5B360;
}
</style>
border-color css
<style>
span { border-color: #E5B360; }
span { border-color: rgb(229,179,96); }
td.TdClassName
{
border-color: #E5B360;
}
.TagClassName
{
border-color: #E5B360;
}
</style>