Shades of Equator #E3B361
Tints of Equator #E3B361
RGB
CMYK
RGB Variations
Color information
#E3B361 (or 0xE3B361) is known color: Equator. HEX triplet: E3, B3 and 61. RGB value is (227,179,97). Sum of RGB (Red+Green+Blue) = 227+179+97=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3B361 is #1C4C9E. Grayscale: #B8B8B8. Windows color (decimal): -1854623 or 6403043. OLE color: 6403043.
HSL color Cylindrical-coordinate representation of color #E3B361: hue angle of 37.85º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E3B361 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 179 | 97 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.11 |
| HSL | 37.85º | 0.7% | 0.64% | - |
| HSV(B) | 37.85º | 0.57% | 0.89% | - |
| XYZ | 49.96 | 49.43 | 18.22 | - |
| YUV | 184 | 78.9 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 179 | 97 | 0 | 0.21 | 0.57 | 0.11 | 37.85 | 0.7 | 0.64 |
| Hex | E3 | B3 | 61 | 0 | 15 | 39 | B | 26 | 46 | 40 |
| Octal | 343 | 263 | 141 | 0 | 25 | 71 | 13 | 46 | 106 | 100 |
| Binary | 11100011 | 10110011 | 1100001 | 0 | 10101 | 111001 | 1011 | 100110 | 1000110 | 1000000 |
Color Harmonies of #E3B361
Complementary color
Monochromatic Colors of #E3B361
Black with #E3B361
Text Example
Text Example
White with #E3B361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B361; }
p { color: rgb(227,179,97); }
H1.HeaderClassName
{
color: #E3B361;
}
.AnyTagClassName
{
color: #E3B361;
}
</style>
background-color css
<style>
a { background-color: #E3B361; }
a { background-color: rgb(227,179,97); }
div.DivClassName
{
background-color: #E3B361;
}
.BgClassName
{
background-color: #E3B361;
}
</style>
border-color css
<style>
span { border-color: #E3B361; }
span { border-color: rgb(227,179,97); }
td.TdClassName
{
border-color: #E3B361;
}
.TagClassName
{
border-color: #E3B361;
}
</style>