Shades of Equator #E2B663
Tints of Equator #E2B663
RGB
CMYK
RGB Variations
Color information
#E2B663 (or 0xE2B663) is known color: Equator. HEX triplet: E2, B6 and 63. RGB value is (226,182,99). Sum of RGB (Red+Green+Blue) = 226+182+99=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B663 is #1D499C. Grayscale: #BABABA. Windows color (decimal): -1919389 or 6534882. OLE color: 6534882.
HSL color Cylindrical-coordinate representation of color #E2B663: hue angle of 39.21º 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 #E2B663 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 182 | 99 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.11 |
| HSL | 39.21º | 0.69% | 0.64% | - |
| HSV(B) | 39.21º | 0.56% | 0.89% | - |
| XYZ | 50.34 | 50.53 | 18.9 | - |
| YUV | 185.69 | 79.08 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 99 | 0 | 0.19 | 0.56 | 0.11 | 39.21 | 0.69 | 0.64 |
| Hex | E2 | B6 | 63 | 0 | 13 | 38 | B | 27 | 45 | 40 |
| Octal | 342 | 266 | 143 | 0 | 23 | 70 | 13 | 47 | 105 | 100 |
| Binary | 11100010 | 10110110 | 1100011 | 0 | 10011 | 111000 | 1011 | 100111 | 1000101 | 1000000 |
Color Harmonies of #E2B663
Complementary color
Monochromatic Colors of #E2B663
Black with #E2B663
Text Example
Text Example
White with #E2B663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B663; }
p { color: rgb(226,182,99); }
H1.HeaderClassName
{
color: #E2B663;
}
.AnyTagClassName
{
color: #E2B663;
}
</style>
background-color css
<style>
a { background-color: #E2B663; }
a { background-color: rgb(226,182,99); }
div.DivClassName
{
background-color: #E2B663;
}
.BgClassName
{
background-color: #E2B663;
}
</style>
border-color css
<style>
span { border-color: #E2B663; }
span { border-color: rgb(226,182,99); }
td.TdClassName
{
border-color: #E2B663;
}
.TagClassName
{
border-color: #E2B663;
}
</style>