Shades of Equator #E2B15F
Tints of Equator #E2B15F
RGB
CMYK
RGB Variations
Color information
#E2B15F (or 0xE2B15F) is known color: Equator. HEX triplet: E2, B1 and 5F. RGB value is (226,177,95). Sum of RGB (Red+Green+Blue) = 226+177+95=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B15F is #1D4EA0. Grayscale: #B6B6B6. Windows color (decimal): -1920673 or 6271458. OLE color: 6271458.
HSL color Cylindrical-coordinate representation of color #E2B15F: hue angle of 37.56º 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 #E2B15F is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 95 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.11 |
| HSL | 37.56º | 0.69% | 0.63% | - |
| HSV(B) | 37.56º | 0.58% | 0.89% | - |
| XYZ | 49.15 | 48.44 | 17.59 | - |
| YUV | 182.3 | 78.73 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 95 | 0 | 0.22 | 0.58 | 0.11 | 37.56 | 0.69 | 0.63 |
| Hex | E2 | B1 | 5F | 0 | 16 | 3A | B | 26 | 45 | 3F |
| Octal | 342 | 261 | 137 | 0 | 26 | 72 | 13 | 46 | 105 | 77 |
| Binary | 11100010 | 10110001 | 1011111 | 0 | 10110 | 111010 | 1011 | 100110 | 1000101 | 111111 |
Color Harmonies of #E2B15F
Complementary color
Monochromatic Colors of #E2B15F
Black with #E2B15F
Text Example
Text Example
White with #E2B15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B15F; }
p { color: rgb(226,177,95); }
H1.HeaderClassName
{
color: #E2B15F;
}
.AnyTagClassName
{
color: #E2B15F;
}
</style>
background-color css
<style>
a { background-color: #E2B15F; }
a { background-color: rgb(226,177,95); }
div.DivClassName
{
background-color: #E2B15F;
}
.BgClassName
{
background-color: #E2B15F;
}
</style>
border-color css
<style>
span { border-color: #E2B15F; }
span { border-color: rgb(226,177,95); }
td.TdClassName
{
border-color: #E2B15F;
}
.TagClassName
{
border-color: #E2B15F;
}
</style>