Shades of Equator #E1A967
Tints of Equator #E1A967
RGB
CMYK
RGB Variations
Color information
#E1A967 (or 0xE1A967) is known color: Equator. HEX triplet: E1, A9 and 67. RGB value is (225,169,103). Sum of RGB (Red+Green+Blue) = 225+169+103=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A967 is #1E5698. Grayscale: #B2B2B2. Windows color (decimal): -1988249 or 6793697. OLE color: 6793697.
HSL color Cylindrical-coordinate representation of color #E1A967: hue angle of 32.46º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1A967 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 169 | 103 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.12 |
| HSL | 32.46º | 0.67% | 0.64% | - |
| HSV(B) | 32.46º | 0.54% | 0.88% | - |
| XYZ | 47.69 | 45.36 | 19.07 | - |
| YUV | 178.22 | 85.55 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 103 | 0 | 0.25 | 0.54 | 0.12 | 32.46 | 0.67 | 0.64 |
| Hex | E1 | A9 | 67 | 0 | 19 | 36 | C | 20 | 43 | 40 |
| Octal | 341 | 251 | 147 | 0 | 31 | 66 | 14 | 40 | 103 | 100 |
| Binary | 11100001 | 10101001 | 1100111 | 0 | 11001 | 110110 | 1100 | 100000 | 1000011 | 1000000 |
Color Harmonies of #E1A967
Complementary color
Monochromatic Colors of #E1A967
Black with #E1A967
Text Example
Text Example
White with #E1A967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A967; }
p { color: rgb(225,169,103); }
H1.HeaderClassName
{
color: #E1A967;
}
.AnyTagClassName
{
color: #E1A967;
}
</style>
background-color css
<style>
a { background-color: #E1A967; }
a { background-color: rgb(225,169,103); }
div.DivClassName
{
background-color: #E1A967;
}
.BgClassName
{
background-color: #E1A967;
}
</style>
border-color css
<style>
span { border-color: #E1A967; }
span { border-color: rgb(225,169,103); }
td.TdClassName
{
border-color: #E1A967;
}
.TagClassName
{
border-color: #E1A967;
}
</style>