Shades of Equator #E2B361
Tints of Equator #E2B361
RGB
CMYK
RGB Variations
Color information
#E2B361 (or 0xE2B361) is known color: Equator. HEX triplet: E2, B3 and 61. RGB value is (226,179,97). Sum of RGB (Red+Green+Blue) = 226+179+97=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B361 is #1D4C9E. Grayscale: #B8B8B8. Windows color (decimal): -1920159 or 6403042. OLE color: 6403042.
HSL color Cylindrical-coordinate representation of color #E2B361: hue angle of 38.14º 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 #E2B361 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 97 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.11 |
| HSL | 38.14º | 0.69% | 0.63% | - |
| HSV(B) | 38.14º | 0.57% | 0.89% | - |
| XYZ | 49.64 | 49.27 | 18.2 | - |
| YUV | 183.71 | 79.07 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 97 | 0 | 0.21 | 0.57 | 0.11 | 38.14 | 0.69 | 0.63 |
| Hex | E2 | B3 | 61 | 0 | 15 | 39 | B | 26 | 45 | 3F |
| Octal | 342 | 263 | 141 | 0 | 25 | 71 | 13 | 46 | 105 | 77 |
| Binary | 11100010 | 10110011 | 1100001 | 0 | 10101 | 111001 | 1011 | 100110 | 1000101 | 111111 |
Color Harmonies of #E2B361
Complementary color
Monochromatic Colors of #E2B361
Black with #E2B361
Text Example
Text Example
White with #E2B361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B361; }
p { color: rgb(226,179,97); }
H1.HeaderClassName
{
color: #E2B361;
}
.AnyTagClassName
{
color: #E2B361;
}
</style>
background-color css
<style>
a { background-color: #E2B361; }
a { background-color: rgb(226,179,97); }
div.DivClassName
{
background-color: #E2B361;
}
.BgClassName
{
background-color: #E2B361;
}
</style>
border-color css
<style>
span { border-color: #E2B361; }
span { border-color: rgb(226,179,97); }
td.TdClassName
{
border-color: #E2B361;
}
.TagClassName
{
border-color: #E2B361;
}
</style>