Shades of Equator #E3B85E
Tints of Equator #E3B85E
RGB
CMYK
RGB Variations
Color information
#E3B85E (or 0xE3B85E) is known color: Equator. HEX triplet: E3, B8 and 5E. RGB value is (227,184,94). Sum of RGB (Red+Green+Blue) = 227+184+94=505 (66% of max value = 765). Red value is 227 (89.06% from 255 or 44.95% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3B85E is #1C47A1. Grayscale: #BABABA. Windows color (decimal): -1853346 or 6207715. OLE color: 6207715.
HSL color Cylindrical-coordinate representation of color #E3B85E: hue angle of 40.6º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3B85E is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 184 | 94 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.11 |
| HSL | 40.6º | 0.7% | 0.63% | - |
| HSV(B) | 40.6º | 0.59% | 0.89% | - |
| XYZ | 50.84 | 51.42 | 17.84 | - |
| YUV | 186.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 184 | 94 | 0 | 0.19 | 0.59 | 0.11 | 40.6 | 0.7 | 0.63 |
| Hex | E3 | B8 | 5E | 0 | 13 | 3B | B | 29 | 46 | 3F |
| Octal | 343 | 270 | 136 | 0 | 23 | 73 | 13 | 51 | 106 | 77 |
| Binary | 11100011 | 10111000 | 1011110 | 0 | 10011 | 111011 | 1011 | 101001 | 1000110 | 111111 |
Color Harmonies of #E3B85E
Complementary color
Monochromatic Colors of #E3B85E
Black with #E3B85E
Text Example
Text Example
White with #E3B85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B85E; }
p { color: rgb(227,184,94); }
H1.HeaderClassName
{
color: #E3B85E;
}
.AnyTagClassName
{
color: #E3B85E;
}
</style>
background-color css
<style>
a { background-color: #E3B85E; }
a { background-color: rgb(227,184,94); }
div.DivClassName
{
background-color: #E3B85E;
}
.BgClassName
{
background-color: #E3B85E;
}
</style>
border-color css
<style>
span { border-color: #E3B85E; }
span { border-color: rgb(227,184,94); }
td.TdClassName
{
border-color: #E3B85E;
}
.TagClassName
{
border-color: #E3B85E;
}
</style>