Shades of Equator #E2BE62
Tints of Equator #E2BE62
RGB
CMYK
RGB Variations
Color information
#E2BE62 (or 0xE2BE62) is known color: Equator. HEX triplet: E2, BE and 62. RGB value is (226,190,98). Sum of RGB (Red+Green+Blue) = 226+190+98=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BE62 is #1D419D. Grayscale: #BEBEBE. Windows color (decimal): -1917342 or 6471394. OLE color: 6471394.
HSL color Cylindrical-coordinate representation of color #E2BE62: hue angle of 43.12º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2BE62 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 98 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.11 |
| HSL | 43.13º | 0.69% | 0.64% | - |
| HSV(B) | 43.13º | 0.57% | 0.89% | - |
| XYZ | 51.98 | 53.88 | 19.21 | - |
| YUV | 190.28 | 75.93 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 98 | 0 | 0.16 | 0.57 | 0.11 | 43.13 | 0.69 | 0.64 |
| Hex | E2 | BE | 62 | 0 | 10 | 39 | B | 2B | 45 | 40 |
| Octal | 342 | 276 | 142 | 0 | 20 | 71 | 13 | 53 | 105 | 100 |
| Binary | 11100010 | 10111110 | 1100010 | 0 | 10000 | 111001 | 1011 | 101011 | 1000101 | 1000000 |
Color Harmonies of #E2BE62
Complementary color
Monochromatic Colors of #E2BE62
Black with #E2BE62
Text Example
Text Example
White with #E2BE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE62; }
p { color: rgb(226,190,98); }
H1.HeaderClassName
{
color: #E2BE62;
}
.AnyTagClassName
{
color: #E2BE62;
}
</style>
background-color css
<style>
a { background-color: #E2BE62; }
a { background-color: rgb(226,190,98); }
div.DivClassName
{
background-color: #E2BE62;
}
.BgClassName
{
background-color: #E2BE62;
}
</style>
border-color css
<style>
span { border-color: #E2BE62; }
span { border-color: rgb(226,190,98); }
td.TdClassName
{
border-color: #E2BE62;
}
.TagClassName
{
border-color: #E2BE62;
}
</style>