Shades of Equator #E2B260
Tints of Equator #E2B260
RGB
CMYK
RGB Variations
Color information
#E2B260 (or 0xE2B260) is known color: Equator. HEX triplet: E2, B2 and 60. RGB value is (226,178,96). Sum of RGB (Red+Green+Blue) = 226+178+96=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B260 is #1D4D9F. Grayscale: #B7B7B7. Windows color (decimal): -1920416 or 6337250. OLE color: 6337250.
HSL color Cylindrical-coordinate representation of color #E2B260: hue angle of 37.85º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2B260 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 96 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.11 |
| HSL | 37.85º | 0.69% | 0.63% | - |
| HSV(B) | 37.85º | 0.58% | 0.89% | - |
| XYZ | 49.4 | 48.85 | 17.89 | - |
| YUV | 183 | 78.9 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 96 | 0 | 0.21 | 0.58 | 0.11 | 37.85 | 0.69 | 0.63 |
| Hex | E2 | B2 | 60 | 0 | 15 | 3A | B | 26 | 45 | 3F |
| Octal | 342 | 262 | 140 | 0 | 25 | 72 | 13 | 46 | 105 | 77 |
| Binary | 11100010 | 10110010 | 1100000 | 0 | 10101 | 111010 | 1011 | 100110 | 1000101 | 111111 |
Color Harmonies of #E2B260
Complementary color
Monochromatic Colors of #E2B260
Black with #E2B260
Text Example
Text Example
White with #E2B260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B260; }
p { color: rgb(226,178,96); }
H1.HeaderClassName
{
color: #E2B260;
}
.AnyTagClassName
{
color: #E2B260;
}
</style>
background-color css
<style>
a { background-color: #E2B260; }
a { background-color: rgb(226,178,96); }
div.DivClassName
{
background-color: #E2B260;
}
.BgClassName
{
background-color: #E2B260;
}
</style>
border-color css
<style>
span { border-color: #E2B260; }
span { border-color: rgb(226,178,96); }
td.TdClassName
{
border-color: #E2B260;
}
.TagClassName
{
border-color: #E2B260;
}
</style>