Shades of Equator #E2B261
Tints of Equator #E2B261
RGB
CMYK
RGB Variations
Color information
#E2B261 (or 0xE2B261) is known color: Equator. HEX triplet: E2, B2 and 61. RGB value is (226,178,97). Sum of RGB (Red+Green+Blue) = 226+178+97=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B261 is #1D4D9E. Grayscale: #B7B7B7. Windows color (decimal): -1920415 or 6402786. OLE color: 6402786.
HSL color Cylindrical-coordinate representation of color #E2B261: hue angle of 37.67º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2B261 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 97 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.11 |
| HSL | 37.67º | 0.69% | 0.63% | - |
| HSV(B) | 37.67º | 0.57% | 0.89% | - |
| XYZ | 49.44 | 48.87 | 18.14 | - |
| YUV | 183.12 | 79.4 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 97 | 0 | 0.21 | 0.57 | 0.11 | 37.67 | 0.69 | 0.63 |
| Hex | E2 | B2 | 61 | 0 | 15 | 39 | B | 26 | 45 | 3F |
| Octal | 342 | 262 | 141 | 0 | 25 | 71 | 13 | 46 | 105 | 77 |
| Binary | 11100010 | 10110010 | 1100001 | 0 | 10101 | 111001 | 1011 | 100110 | 1000101 | 111111 |
Color Harmonies of #E2B261
Complementary color
Monochromatic Colors of #E2B261
Black with #E2B261
Text Example
Text Example
White with #E2B261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B261; }
p { color: rgb(226,178,97); }
H1.HeaderClassName
{
color: #E2B261;
}
.AnyTagClassName
{
color: #E2B261;
}
</style>
background-color css
<style>
a { background-color: #E2B261; }
a { background-color: rgb(226,178,97); }
div.DivClassName
{
background-color: #E2B261;
}
.BgClassName
{
background-color: #E2B261;
}
</style>
border-color css
<style>
span { border-color: #E2B261; }
span { border-color: rgb(226,178,97); }
td.TdClassName
{
border-color: #E2B261;
}
.TagClassName
{
border-color: #E2B261;
}
</style>