Shades of Equator #E3AF61
Tints of Equator #E3AF61
RGB
CMYK
RGB Variations
Color information
#E3AF61 (or 0xE3AF61) is known color: Equator. HEX triplet: E3, AF and 61. RGB value is (227,175,97). Sum of RGB (Red+Green+Blue) = 227+175+97=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AF61 is #1C509E. Grayscale: #B6B6B6. Windows color (decimal): -1855647 or 6402019. OLE color: 6402019.
HSL color Cylindrical-coordinate representation of color #E3AF61: hue angle of 36º 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 #E3AF61 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 97 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.11 |
| HSL | 36º | 0.7% | 0.64% | - |
| HSV(B) | 36º | 0.57% | 0.89% | - |
| XYZ | 49.17 | 47.85 | 17.95 | - |
| YUV | 181.66 | 80.23 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 97 | 0 | 0.23 | 0.57 | 0.11 | 36 | 0.7 | 0.64 |
| Hex | E3 | AF | 61 | 0 | 17 | 39 | B | 24 | 46 | 40 |
| Octal | 343 | 257 | 141 | 0 | 27 | 71 | 13 | 44 | 106 | 100 |
| Binary | 11100011 | 10101111 | 1100001 | 0 | 10111 | 111001 | 1011 | 100100 | 1000110 | 1000000 |
Color Harmonies of #E3AF61
Complementary color
Monochromatic Colors of #E3AF61
Black with #E3AF61
Text Example
Text Example
White with #E3AF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AF61; }
p { color: rgb(227,175,97); }
H1.HeaderClassName
{
color: #E3AF61;
}
.AnyTagClassName
{
color: #E3AF61;
}
</style>
background-color css
<style>
a { background-color: #E3AF61; }
a { background-color: rgb(227,175,97); }
div.DivClassName
{
background-color: #E3AF61;
}
.BgClassName
{
background-color: #E3AF61;
}
</style>
border-color css
<style>
span { border-color: #E3AF61; }
span { border-color: rgb(227,175,97); }
td.TdClassName
{
border-color: #E3AF61;
}
.TagClassName
{
border-color: #E3AF61;
}
</style>