Shades of Equator #E2BC62
Tints of Equator #E2BC62
RGB
CMYK
RGB Variations
Color information
#E2BC62 (or 0xE2BC62) is known color: Equator. HEX triplet: E2, BC and 62. RGB value is (226,188,98). Sum of RGB (Red+Green+Blue) = 226+188+98=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 98 (38.67% from 255 or 19.14% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BC62 is #1D439D. Grayscale: #BDBDBD. Windows color (decimal): -1917854 or 6470882. OLE color: 6470882.
HSL color Cylindrical-coordinate representation of color #E2BC62: hue angle of 42.19º 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 #E2BC62 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 98 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.11 |
| HSL | 42.19º | 0.69% | 0.64% | - |
| HSV(B) | 42.19º | 0.57% | 0.89% | - |
| XYZ | 51.55 | 53.02 | 19.07 | - |
| YUV | 189.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 98 | 0 | 0.17 | 0.57 | 0.11 | 42.19 | 0.69 | 0.64 |
| Hex | E2 | BC | 62 | 0 | 11 | 39 | B | 2A | 45 | 40 |
| Octal | 342 | 274 | 142 | 0 | 21 | 71 | 13 | 52 | 105 | 100 |
| Binary | 11100010 | 10111100 | 1100010 | 0 | 10001 | 111001 | 1011 | 101010 | 1000101 | 1000000 |
Color Harmonies of #E2BC62
Complementary color
Monochromatic Colors of #E2BC62
Black with #E2BC62
Text Example
Text Example
White with #E2BC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC62; }
p { color: rgb(226,188,98); }
H1.HeaderClassName
{
color: #E2BC62;
}
.AnyTagClassName
{
color: #E2BC62;
}
</style>
background-color css
<style>
a { background-color: #E2BC62; }
a { background-color: rgb(226,188,98); }
div.DivClassName
{
background-color: #E2BC62;
}
.BgClassName
{
background-color: #E2BC62;
}
</style>
border-color css
<style>
span { border-color: #E2BC62; }
span { border-color: rgb(226,188,98); }
td.TdClassName
{
border-color: #E2BC62;
}
.TagClassName
{
border-color: #E2BC62;
}
</style>