Shades of Equator #E3BB5E
Tints of Equator #E3BB5E
RGB
CMYK
RGB Variations
Color information
#E3BB5E (or 0xE3BB5E) is known color: Equator. HEX triplet: E3, BB and 5E. RGB value is (227,187,94). Sum of RGB (Red+Green+Blue) = 227+187+94=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3BB5E is #1C44A1. Grayscale: #BCBCBC. Windows color (decimal): -1852578 or 6208483. OLE color: 6208483.
HSL color Cylindrical-coordinate representation of color #E3BB5E: hue angle of 41.95º 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 #E3BB5E is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 187 | 94 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.11 |
| HSL | 41.95º | 0.7% | 0.63% | - |
| HSV(B) | 41.95º | 0.59% | 0.89% | - |
| XYZ | 51.47 | 52.68 | 18.05 | - |
| YUV | 188.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 187 | 94 | 0 | 0.18 | 0.59 | 0.11 | 41.95 | 0.7 | 0.63 |
| Hex | E3 | BB | 5E | 0 | 12 | 3B | B | 2A | 46 | 3F |
| Octal | 343 | 273 | 136 | 0 | 22 | 73 | 13 | 52 | 106 | 77 |
| Binary | 11100011 | 10111011 | 1011110 | 0 | 10010 | 111011 | 1011 | 101010 | 1000110 | 111111 |
Color Harmonies of #E3BB5E
Complementary color
Monochromatic Colors of #E3BB5E
Black with #E3BB5E
Text Example
Text Example
White with #E3BB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BB5E; }
p { color: rgb(227,187,94); }
H1.HeaderClassName
{
color: #E3BB5E;
}
.AnyTagClassName
{
color: #E3BB5E;
}
</style>
background-color css
<style>
a { background-color: #E3BB5E; }
a { background-color: rgb(227,187,94); }
div.DivClassName
{
background-color: #E3BB5E;
}
.BgClassName
{
background-color: #E3BB5E;
}
</style>
border-color css
<style>
span { border-color: #E3BB5E; }
span { border-color: rgb(227,187,94); }
td.TdClassName
{
border-color: #E3BB5E;
}
.TagClassName
{
border-color: #E3BB5E;
}
</style>