Shades of Equator #E3AF63
Tints of Equator #E3AF63
RGB
CMYK
RGB Variations
Color information
#E3AF63 (or 0xE3AF63) is known color: Equator. HEX triplet: E3, AF and 63. RGB value is (227,175,99). Sum of RGB (Red+Green+Blue) = 227+175+99=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AF63 is #1C509C. Grayscale: #B6B6B6. Windows color (decimal): -1855645 or 6533091. OLE color: 6533091.
HSL color Cylindrical-coordinate representation of color #E3AF63: hue angle of 35.62º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E3AF63 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 99 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.11 |
| HSL | 35.63º | 0.7% | 0.64% | - |
| HSV(B) | 35.63º | 0.56% | 0.89% | - |
| XYZ | 49.26 | 47.89 | 18.45 | - |
| YUV | 181.88 | 81.23 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 99 | 0 | 0.23 | 0.56 | 0.11 | 35.63 | 0.7 | 0.64 |
| Hex | E3 | AF | 63 | 0 | 17 | 38 | B | 24 | 46 | 40 |
| Octal | 343 | 257 | 143 | 0 | 27 | 70 | 13 | 44 | 106 | 100 |
| Binary | 11100011 | 10101111 | 1100011 | 0 | 10111 | 111000 | 1011 | 100100 | 1000110 | 1000000 |
Color Harmonies of #E3AF63
Complementary color
Monochromatic Colors of #E3AF63
Black with #E3AF63
Text Example
Text Example
White with #E3AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AF63; }
p { color: rgb(227,175,99); }
H1.HeaderClassName
{
color: #E3AF63;
}
.AnyTagClassName
{
color: #E3AF63;
}
</style>
background-color css
<style>
a { background-color: #E3AF63; }
a { background-color: rgb(227,175,99); }
div.DivClassName
{
background-color: #E3AF63;
}
.BgClassName
{
background-color: #E3AF63;
}
</style>
border-color css
<style>
span { border-color: #E3AF63; }
span { border-color: rgb(227,175,99); }
td.TdClassName
{
border-color: #E3AF63;
}
.TagClassName
{
border-color: #E3AF63;
}
</style>