Shades of Equator #E2B662
Tints of Equator #E2B662
RGB
CMYK
RGB Variations
Color information
#E2B662 (or 0xE2B662) is known color: Equator. HEX triplet: E2, B6 and 62. RGB value is (226,182,98). Sum of RGB (Red+Green+Blue) = 226+182+98=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B662 is #1D499D. Grayscale: #B9B9B9. Windows color (decimal): -1919390 or 6469346. OLE color: 6469346.
HSL color Cylindrical-coordinate representation of color #E2B662: hue angle of 39.38º 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 #E2B662 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 182 | 98 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.11 |
| HSL | 39.38º | 0.69% | 0.64% | - |
| HSV(B) | 39.38º | 0.57% | 0.89% | - |
| XYZ | 50.3 | 50.51 | 18.65 | - |
| YUV | 185.58 | 78.58 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 98 | 0 | 0.19 | 0.57 | 0.11 | 39.38 | 0.69 | 0.64 |
| Hex | E2 | B6 | 62 | 0 | 13 | 39 | B | 27 | 45 | 40 |
| Octal | 342 | 266 | 142 | 0 | 23 | 71 | 13 | 47 | 105 | 100 |
| Binary | 11100010 | 10110110 | 1100010 | 0 | 10011 | 111001 | 1011 | 100111 | 1000101 | 1000000 |
Color Harmonies of #E2B662
Complementary color
Monochromatic Colors of #E2B662
Black with #E2B662
Text Example
Text Example
White with #E2B662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B662; }
p { color: rgb(226,182,98); }
H1.HeaderClassName
{
color: #E2B662;
}
.AnyTagClassName
{
color: #E2B662;
}
</style>
background-color css
<style>
a { background-color: #E2B662; }
a { background-color: rgb(226,182,98); }
div.DivClassName
{
background-color: #E2B662;
}
.BgClassName
{
background-color: #E2B662;
}
</style>
border-color css
<style>
span { border-color: #E2B662; }
span { border-color: rgb(226,182,98); }
td.TdClassName
{
border-color: #E2B662;
}
.TagClassName
{
border-color: #E2B662;
}
</style>