Shades of Equator #E2BB5E
Tints of Equator #E2BB5E
RGB
CMYK
RGB Variations
Color information
#E2BB5E (or 0xE2BB5E) is known color: Equator. HEX triplet: E2, BB and 5E. RGB value is (226,187,94). Sum of RGB (Red+Green+Blue) = 226+187+94=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BB5E is #1D44A1. Grayscale: #BCBCBC. Windows color (decimal): -1918114 or 6208482. OLE color: 6208482.
HSL color Cylindrical-coordinate representation of color #E2BB5E: hue angle of 42.27º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2BB5E is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 187 | 94 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.11 |
| HSL | 42.27º | 0.69% | 0.63% | - |
| HSV(B) | 42.27º | 0.58% | 0.89% | - |
| XYZ | 51.15 | 52.52 | 18.03 | - |
| YUV | 188.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 187 | 94 | 0 | 0.17 | 0.58 | 0.11 | 42.27 | 0.69 | 0.63 |
| Hex | E2 | BB | 5E | 0 | 11 | 3A | B | 2A | 45 | 3F |
| Octal | 342 | 273 | 136 | 0 | 21 | 72 | 13 | 52 | 105 | 77 |
| Binary | 11100010 | 10111011 | 1011110 | 0 | 10001 | 111010 | 1011 | 101010 | 1000101 | 111111 |
Color Harmonies of #E2BB5E
Complementary color
Monochromatic Colors of #E2BB5E
Black with #E2BB5E
Text Example
Text Example
White with #E2BB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BB5E; }
p { color: rgb(226,187,94); }
H1.HeaderClassName
{
color: #E2BB5E;
}
.AnyTagClassName
{
color: #E2BB5E;
}
</style>
background-color css
<style>
a { background-color: #E2BB5E; }
a { background-color: rgb(226,187,94); }
div.DivClassName
{
background-color: #E2BB5E;
}
.BgClassName
{
background-color: #E2BB5E;
}
</style>
border-color css
<style>
span { border-color: #E2BB5E; }
span { border-color: rgb(226,187,94); }
td.TdClassName
{
border-color: #E2BB5E;
}
.TagClassName
{
border-color: #E2BB5E;
}
</style>