Shades of Equator #E3AC63
Tints of Equator #E3AC63
RGB
CMYK
RGB Variations
Color information
#E3AC63 (or 0xE3AC63) is known color: Equator. HEX triplet: E3, AC and 63. RGB value is (227,172,99). Sum of RGB (Red+Green+Blue) = 227+172+99=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AC63 is #1C539C. Grayscale: #B4B4B4. Windows color (decimal): -1856413 or 6532323. OLE color: 6532323.
HSL color Cylindrical-coordinate representation of color #E3AC63: hue angle of 34.22º 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 #E3AC63 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 172 | 99 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.11 |
| HSL | 34.22º | 0.7% | 0.64% | - |
| HSV(B) | 34.22º | 0.56% | 0.89% | - |
| XYZ | 48.68 | 46.74 | 18.26 | - |
| YUV | 180.12 | 82.22 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 172 | 99 | 0 | 0.24 | 0.56 | 0.11 | 34.22 | 0.7 | 0.64 |
| Hex | E3 | AC | 63 | 0 | 18 | 38 | B | 22 | 46 | 40 |
| Octal | 343 | 254 | 143 | 0 | 30 | 70 | 13 | 42 | 106 | 100 |
| Binary | 11100011 | 10101100 | 1100011 | 0 | 11000 | 111000 | 1011 | 100010 | 1000110 | 1000000 |
Color Harmonies of #E3AC63
Complementary color
Monochromatic Colors of #E3AC63
Black with #E3AC63
Text Example
Text Example
White with #E3AC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AC63; }
p { color: rgb(227,172,99); }
H1.HeaderClassName
{
color: #E3AC63;
}
.AnyTagClassName
{
color: #E3AC63;
}
</style>
background-color css
<style>
a { background-color: #E3AC63; }
a { background-color: rgb(227,172,99); }
div.DivClassName
{
background-color: #E3AC63;
}
.BgClassName
{
background-color: #E3AC63;
}
</style>
border-color css
<style>
span { border-color: #E3AC63; }
span { border-color: rgb(227,172,99); }
td.TdClassName
{
border-color: #E3AC63;
}
.TagClassName
{
border-color: #E3AC63;
}
</style>