Shades of Equator #E2B55E
Tints of Equator #E2B55E
RGB
CMYK
RGB Variations
Color information
#E2B55E (or 0xE2B55E) is known color: Equator. HEX triplet: E2, B5 and 5E. RGB value is (226,181,94). Sum of RGB (Red+Green+Blue) = 226+181+94=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B55E is #1D4AA1. Grayscale: #B8B8B8. Windows color (decimal): -1919650 or 6206946. OLE color: 6206946.
HSL color Cylindrical-coordinate representation of color #E2B55E: hue angle of 39.55º 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 #E2B55E is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 181 | 94 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.11 |
| HSL | 39.55º | 0.69% | 0.63% | - |
| HSV(B) | 39.55º | 0.58% | 0.89% | - |
| XYZ | 49.91 | 50.02 | 17.61 | - |
| YUV | 184.54 | 76.91 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 181 | 94 | 0 | 0.20 | 0.58 | 0.11 | 39.55 | 0.69 | 0.63 |
| Hex | E2 | B5 | 5E | 0 | 14 | 3A | B | 28 | 45 | 3F |
| Octal | 342 | 265 | 136 | 0 | 24 | 72 | 13 | 50 | 105 | 77 |
| Binary | 11100010 | 10110101 | 1011110 | 0 | 10100 | 111010 | 1011 | 101000 | 1000101 | 111111 |
Color Harmonies of #E2B55E
Complementary color
Monochromatic Colors of #E2B55E
Black with #E2B55E
Text Example
Text Example
White with #E2B55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B55E; }
p { color: rgb(226,181,94); }
H1.HeaderClassName
{
color: #E2B55E;
}
.AnyTagClassName
{
color: #E2B55E;
}
</style>
background-color css
<style>
a { background-color: #E2B55E; }
a { background-color: rgb(226,181,94); }
div.DivClassName
{
background-color: #E2B55E;
}
.BgClassName
{
background-color: #E2B55E;
}
</style>
border-color css
<style>
span { border-color: #E2B55E; }
span { border-color: rgb(226,181,94); }
td.TdClassName
{
border-color: #E2B55E;
}
.TagClassName
{
border-color: #E2B55E;
}
</style>