Shades of Equator #E2BE5E
Tints of Equator #E2BE5E
RGB
CMYK
RGB Variations
Color information
#E2BE5E (or 0xE2BE5E) is known color: Equator. HEX triplet: E2, BE and 5E. RGB value is (226,190,94). Sum of RGB (Red+Green+Blue) = 226+190+94=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BE5E is #1D41A1. Grayscale: #BEBEBE. Windows color (decimal): -1917346 or 6209250. OLE color: 6209250.
HSL color Cylindrical-coordinate representation of color #E2BE5E: hue angle of 43.64º 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 #E2BE5E is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 94 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.11 |
| HSL | 43.64º | 0.69% | 0.63% | - |
| HSV(B) | 43.64º | 0.58% | 0.89% | - |
| XYZ | 51.8 | 53.8 | 18.24 | - |
| YUV | 189.82 | 73.93 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 94 | 0 | 0.16 | 0.58 | 0.11 | 43.64 | 0.69 | 0.63 |
| Hex | E2 | BE | 5E | 0 | 10 | 3A | B | 2C | 45 | 3F |
| Octal | 342 | 276 | 136 | 0 | 20 | 72 | 13 | 54 | 105 | 77 |
| Binary | 11100010 | 10111110 | 1011110 | 0 | 10000 | 111010 | 1011 | 101100 | 1000101 | 111111 |
Color Harmonies of #E2BE5E
Complementary color
Monochromatic Colors of #E2BE5E
Black with #E2BE5E
Text Example
Text Example
White with #E2BE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE5E; }
p { color: rgb(226,190,94); }
H1.HeaderClassName
{
color: #E2BE5E;
}
.AnyTagClassName
{
color: #E2BE5E;
}
</style>
background-color css
<style>
a { background-color: #E2BE5E; }
a { background-color: rgb(226,190,94); }
div.DivClassName
{
background-color: #E2BE5E;
}
.BgClassName
{
background-color: #E2BE5E;
}
</style>
border-color css
<style>
span { border-color: #E2BE5E; }
span { border-color: rgb(226,190,94); }
td.TdClassName
{
border-color: #E2BE5E;
}
.TagClassName
{
border-color: #E2BE5E;
}
</style>