Shades of Equator #E1AC67
Tints of Equator #E1AC67
RGB
CMYK
RGB Variations
Color information
#E1AC67 (or 0xE1AC67) is known color: Equator. HEX triplet: E1, AC and 67. RGB value is (225,172,103). Sum of RGB (Red+Green+Blue) = 225+172+103=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AC67 is #1E5398. Grayscale: #B4B4B4. Windows color (decimal): -1987481 or 6794465. OLE color: 6794465.
HSL color Cylindrical-coordinate representation of color #E1AC67: hue angle of 33.93º 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 #E1AC67 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 172 | 103 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.12 |
| HSL | 33.93º | 0.67% | 0.64% | - |
| HSV(B) | 33.93º | 0.54% | 0.88% | - |
| XYZ | 48.25 | 46.49 | 19.26 | - |
| YUV | 179.98 | 84.56 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 103 | 0 | 0.24 | 0.54 | 0.12 | 33.93 | 0.67 | 0.64 |
| Hex | E1 | AC | 67 | 0 | 18 | 36 | C | 22 | 43 | 40 |
| Octal | 341 | 254 | 147 | 0 | 30 | 66 | 14 | 42 | 103 | 100 |
| Binary | 11100001 | 10101100 | 1100111 | 0 | 11000 | 110110 | 1100 | 100010 | 1000011 | 1000000 |
Color Harmonies of #E1AC67
Complementary color
Monochromatic Colors of #E1AC67
Black with #E1AC67
Text Example
Text Example
White with #E1AC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AC67; }
p { color: rgb(225,172,103); }
H1.HeaderClassName
{
color: #E1AC67;
}
.AnyTagClassName
{
color: #E1AC67;
}
</style>
background-color css
<style>
a { background-color: #E1AC67; }
a { background-color: rgb(225,172,103); }
div.DivClassName
{
background-color: #E1AC67;
}
.BgClassName
{
background-color: #E1AC67;
}
</style>
border-color css
<style>
span { border-color: #E1AC67; }
span { border-color: rgb(225,172,103); }
td.TdClassName
{
border-color: #E1AC67;
}
.TagClassName
{
border-color: #E1AC67;
}
</style>