Shades of Equator #E2B763
Tints of Equator #E2B763
RGB
CMYK
RGB Variations
Color information
#E2B763 (or 0xE2B763) is known color: Equator. HEX triplet: E2, B7 and 63. RGB value is (226,183,99). Sum of RGB (Red+Green+Blue) = 226+183+99=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B763 is #1D489C. Grayscale: #BABABA. Windows color (decimal): -1919133 or 6535138. OLE color: 6535138.
HSL color Cylindrical-coordinate representation of color #E2B763: hue angle of 39.69º 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 #E2B763 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 183 | 99 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.11 |
| HSL | 39.69º | 0.69% | 0.64% | - |
| HSV(B) | 39.69º | 0.56% | 0.89% | - |
| XYZ | 50.55 | 50.94 | 18.97 | - |
| YUV | 186.28 | 78.75 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 183 | 99 | 0 | 0.19 | 0.56 | 0.11 | 39.69 | 0.69 | 0.64 |
| Hex | E2 | B7 | 63 | 0 | 13 | 38 | B | 28 | 45 | 40 |
| Octal | 342 | 267 | 143 | 0 | 23 | 70 | 13 | 50 | 105 | 100 |
| Binary | 11100010 | 10110111 | 1100011 | 0 | 10011 | 111000 | 1011 | 101000 | 1000101 | 1000000 |
Color Harmonies of #E2B763
Complementary color
Monochromatic Colors of #E2B763
Black with #E2B763
Text Example
Text Example
White with #E2B763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B763; }
p { color: rgb(226,183,99); }
H1.HeaderClassName
{
color: #E2B763;
}
.AnyTagClassName
{
color: #E2B763;
}
</style>
background-color css
<style>
a { background-color: #E2B763; }
a { background-color: rgb(226,183,99); }
div.DivClassName
{
background-color: #E2B763;
}
.BgClassName
{
background-color: #E2B763;
}
</style>
border-color css
<style>
span { border-color: #E2B763; }
span { border-color: rgb(226,183,99); }
td.TdClassName
{
border-color: #E2B763;
}
.TagClassName
{
border-color: #E2B763;
}
</style>