Shades of Equator #E2B461
Tints of Equator #E2B461
RGB
CMYK
RGB Variations
Color information
#E2B461 (or 0xE2B461) is known color: Equator. HEX triplet: E2, B4 and 61. RGB value is (226,180,97). Sum of RGB (Red+Green+Blue) = 226+180+97=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B461 is #1D4B9E. Grayscale: #B8B8B8. Windows color (decimal): -1919903 or 6403298. OLE color: 6403298.
HSL color Cylindrical-coordinate representation of color #E2B461: hue angle of 38.6º 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 #E2B461 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 180 | 97 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.11 |
| HSL | 38.6º | 0.69% | 0.63% | - |
| HSV(B) | 38.6º | 0.57% | 0.89% | - |
| XYZ | 49.84 | 49.67 | 18.27 | - |
| YUV | 184.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 180 | 97 | 0 | 0.20 | 0.57 | 0.11 | 38.6 | 0.69 | 0.63 |
| Hex | E2 | B4 | 61 | 0 | 14 | 39 | B | 27 | 45 | 3F |
| Octal | 342 | 264 | 141 | 0 | 24 | 71 | 13 | 47 | 105 | 77 |
| Binary | 11100010 | 10110100 | 1100001 | 0 | 10100 | 111001 | 1011 | 100111 | 1000101 | 111111 |
Color Harmonies of #E2B461
Complementary color
Monochromatic Colors of #E2B461
Black with #E2B461
Text Example
Text Example
White with #E2B461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B461; }
p { color: rgb(226,180,97); }
H1.HeaderClassName
{
color: #E2B461;
}
.AnyTagClassName
{
color: #E2B461;
}
</style>
background-color css
<style>
a { background-color: #E2B461; }
a { background-color: rgb(226,180,97); }
div.DivClassName
{
background-color: #E2B461;
}
.BgClassName
{
background-color: #E2B461;
}
</style>
border-color css
<style>
span { border-color: #E2B461; }
span { border-color: rgb(226,180,97); }
td.TdClassName
{
border-color: #E2B461;
}
.TagClassName
{
border-color: #E2B461;
}
</style>