Shades of Equator #E2B35E
Tints of Equator #E2B35E
RGB
CMYK
RGB Variations
Color information
#E2B35E (or 0xE2B35E) is known color: Equator. HEX triplet: E2, B3 and 5E. RGB value is (226,179,94). Sum of RGB (Red+Green+Blue) = 226+179+94=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B35E is #1D4CA1. Grayscale: #B7B7B7. Windows color (decimal): -1920162 or 6206434. OLE color: 6206434.
HSL color Cylindrical-coordinate representation of color #E2B35E: hue angle of 38.64º 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 #E2B35E is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 94 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.11 |
| HSL | 38.64º | 0.69% | 0.63% | - |
| HSV(B) | 38.64º | 0.58% | 0.89% | - |
| XYZ | 49.5 | 49.22 | 17.48 | - |
| YUV | 183.36 | 77.57 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 94 | 0 | 0.21 | 0.58 | 0.11 | 38.64 | 0.69 | 0.63 |
| Hex | E2 | B3 | 5E | 0 | 15 | 3A | B | 27 | 45 | 3F |
| Octal | 342 | 263 | 136 | 0 | 25 | 72 | 13 | 47 | 105 | 77 |
| Binary | 11100010 | 10110011 | 1011110 | 0 | 10101 | 111010 | 1011 | 100111 | 1000101 | 111111 |
Color Harmonies of #E2B35E
Complementary color
Monochromatic Colors of #E2B35E
Black with #E2B35E
Text Example
Text Example
White with #E2B35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B35E; }
p { color: rgb(226,179,94); }
H1.HeaderClassName
{
color: #E2B35E;
}
.AnyTagClassName
{
color: #E2B35E;
}
</style>
background-color css
<style>
a { background-color: #E2B35E; }
a { background-color: rgb(226,179,94); }
div.DivClassName
{
background-color: #E2B35E;
}
.BgClassName
{
background-color: #E2B35E;
}
</style>
border-color css
<style>
span { border-color: #E2B35E; }
span { border-color: rgb(226,179,94); }
td.TdClassName
{
border-color: #E2B35E;
}
.TagClassName
{
border-color: #E2B35E;
}
</style>