Shades of Equator #E1B960
Tints of Equator #E1B960
RGB
CMYK
RGB Variations
Color information
#E1B960 (or 0xE1B960) is known color: Equator. HEX triplet: E1, B9 and 60. RGB value is (225,185,96). Sum of RGB (Red+Green+Blue) = 225+185+96=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B960 is #1E469F. Grayscale: #BBBBBB. Windows color (decimal): -1984160 or 6339041. OLE color: 6339041.
HSL color Cylindrical-coordinate representation of color #E1B960: hue angle of 41.4º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1B960 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 185 | 96 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.12 |
| HSL | 41.4º | 0.68% | 0.63% | - |
| HSV(B) | 41.4º | 0.57% | 0.88% | - |
| XYZ | 50.51 | 51.55 | 18.35 | - |
| YUV | 186.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 185 | 96 | 0 | 0.18 | 0.57 | 0.12 | 41.4 | 0.68 | 0.63 |
| Hex | E1 | B9 | 60 | 0 | 12 | 39 | C | 29 | 44 | 3F |
| Octal | 341 | 271 | 140 | 0 | 22 | 71 | 14 | 51 | 104 | 77 |
| Binary | 11100001 | 10111001 | 1100000 | 0 | 10010 | 111001 | 1100 | 101001 | 1000100 | 111111 |
Color Harmonies of #E1B960
Complementary color
Monochromatic Colors of #E1B960
Black with #E1B960
Text Example
Text Example
White with #E1B960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B960; }
p { color: rgb(225,185,96); }
H1.HeaderClassName
{
color: #E1B960;
}
.AnyTagClassName
{
color: #E1B960;
}
</style>
background-color css
<style>
a { background-color: #E1B960; }
a { background-color: rgb(225,185,96); }
div.DivClassName
{
background-color: #E1B960;
}
.BgClassName
{
background-color: #E1B960;
}
</style>
border-color css
<style>
span { border-color: #E1B960; }
span { border-color: rgb(225,185,96); }
td.TdClassName
{
border-color: #E1B960;
}
.TagClassName
{
border-color: #E1B960;
}
</style>