Shades of Equator #E2B85B
Tints of Equator #E2B85B
RGB
CMYK
RGB Variations
Color information
#E2B85B (or 0xE2B85B) is known color: Equator. HEX triplet: E2, B8 and 5B. RGB value is (226,184,91). Sum of RGB (Red+Green+Blue) = 226+184+91=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 91 (35.94% from 255 or 18.16% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B85B is #1D47A4. Grayscale: #BABABA. Windows color (decimal): -1918885 or 6011106. OLE color: 6011106.
HSL color Cylindrical-coordinate representation of color #E2B85B: hue angle of 41.33º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2B85B is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 91 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.11 |
| HSL | 41.33º | 0.7% | 0.62% | - |
| HSV(B) | 41.33º | 0.6% | 0.89% | - |
| XYZ | 50.39 | 51.21 | 17.13 | - |
| YUV | 185.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 91 | 0 | 0.19 | 0.60 | 0.11 | 41.33 | 0.7 | 0.62 |
| Hex | E2 | B8 | 5B | 0 | 13 | 3C | B | 29 | 46 | 3E |
| Octal | 342 | 270 | 133 | 0 | 23 | 74 | 13 | 51 | 106 | 76 |
| Binary | 11100010 | 10111000 | 1011011 | 0 | 10011 | 111100 | 1011 | 101001 | 1000110 | 111110 |
Color Harmonies of #E2B85B
Complementary color
Monochromatic Colors of #E2B85B
Black with #E2B85B
Text Example
Text Example
White with #E2B85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B85B; }
p { color: rgb(226,184,91); }
H1.HeaderClassName
{
color: #E2B85B;
}
.AnyTagClassName
{
color: #E2B85B;
}
</style>
background-color css
<style>
a { background-color: #E2B85B; }
a { background-color: rgb(226,184,91); }
div.DivClassName
{
background-color: #E2B85B;
}
.BgClassName
{
background-color: #E2B85B;
}
</style>
border-color css
<style>
span { border-color: #E2B85B; }
span { border-color: rgb(226,184,91); }
td.TdClassName
{
border-color: #E2B85B;
}
.TagClassName
{
border-color: #E2B85B;
}
</style>