Shades of Equator #E4B95E
Tints of Equator #E4B95E
RGB
CMYK
RGB Variations
Color information
#E4B95E (or 0xE4B95E) is known color: Equator. HEX triplet: E4, B9 and 5E. RGB value is (228,185,94). Sum of RGB (Red+Green+Blue) = 228+185+94=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4B95E is #1B46A1. Grayscale: #BBBBBB. Windows color (decimal): -1787554 or 6207972. OLE color: 6207972.
HSL color Cylindrical-coordinate representation of color #E4B95E: hue angle of 40.75º degrees, saturation: 0.71, 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 #E4B95E is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 185 | 94 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.11 |
| HSL | 40.75º | 0.71% | 0.63% | - |
| HSV(B) | 40.75º | 0.59% | 0.89% | - |
| XYZ | 51.36 | 52 | 17.92 | - |
| YUV | 187.48 | 75.25 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 185 | 94 | 0 | 0.19 | 0.59 | 0.11 | 40.75 | 0.71 | 0.63 |
| Hex | E4 | B9 | 5E | 0 | 13 | 3B | B | 29 | 47 | 3F |
| Octal | 344 | 271 | 136 | 0 | 23 | 73 | 13 | 51 | 107 | 77 |
| Binary | 11100100 | 10111001 | 1011110 | 0 | 10011 | 111011 | 1011 | 101001 | 1000111 | 111111 |
Color Harmonies of #E4B95E
Complementary color
Monochromatic Colors of #E4B95E
Black with #E4B95E
Text Example
Text Example
White with #E4B95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B95E; }
p { color: rgb(228,185,94); }
H1.HeaderClassName
{
color: #E4B95E;
}
.AnyTagClassName
{
color: #E4B95E;
}
</style>
background-color css
<style>
a { background-color: #E4B95E; }
a { background-color: rgb(228,185,94); }
div.DivClassName
{
background-color: #E4B95E;
}
.BgClassName
{
background-color: #E4B95E;
}
</style>
border-color css
<style>
span { border-color: #E4B95E; }
span { border-color: rgb(228,185,94); }
td.TdClassName
{
border-color: #E4B95E;
}
.TagClassName
{
border-color: #E4B95E;
}
</style>