Shades of Equator #E2B963
Tints of Equator #E2B963
RGB
CMYK
RGB Variations
Color information
#E2B963 (or 0xE2B963) is known color: Equator. HEX triplet: E2, B9 and 63. RGB value is (226,185,99). Sum of RGB (Red+Green+Blue) = 226+185+99=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 99 (39.06% from 255 or 19.41% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B963 is #1D469C. Grayscale: #BBBBBB. Windows color (decimal): -1918621 or 6535650. OLE color: 6535650.
HSL color Cylindrical-coordinate representation of color #E2B963: hue angle of 40.63º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2B963 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 99 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.11 |
| HSL | 40.63º | 0.69% | 0.64% | - |
| HSV(B) | 40.63º | 0.56% | 0.89% | - |
| XYZ | 50.97 | 51.77 | 19.11 | - |
| YUV | 187.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 99 | 0 | 0.18 | 0.56 | 0.11 | 40.63 | 0.69 | 0.64 |
| Hex | E2 | B9 | 63 | 0 | 12 | 38 | B | 29 | 45 | 40 |
| Octal | 342 | 271 | 143 | 0 | 22 | 70 | 13 | 51 | 105 | 100 |
| Binary | 11100010 | 10111001 | 1100011 | 0 | 10010 | 111000 | 1011 | 101001 | 1000101 | 1000000 |
Color Harmonies of #E2B963
Complementary color
Monochromatic Colors of #E2B963
Black with #E2B963
Text Example
Text Example
White with #E2B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B963; }
p { color: rgb(226,185,99); }
H1.HeaderClassName
{
color: #E2B963;
}
.AnyTagClassName
{
color: #E2B963;
}
</style>
background-color css
<style>
a { background-color: #E2B963; }
a { background-color: rgb(226,185,99); }
div.DivClassName
{
background-color: #E2B963;
}
.BgClassName
{
background-color: #E2B963;
}
</style>
border-color css
<style>
span { border-color: #E2B963; }
span { border-color: rgb(226,185,99); }
td.TdClassName
{
border-color: #E2B963;
}
.TagClassName
{
border-color: #E2B963;
}
</style>