Shades of Equator #E1AF65
Tints of Equator #E1AF65
RGB
CMYK
RGB Variations
Color information
#E1AF65 (or 0xE1AF65) is known color: Equator. HEX triplet: E1, AF and 65. RGB value is (225,175,101). Sum of RGB (Red+Green+Blue) = 225+175+101=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF65 is #1E509A. Grayscale: #B5B5B5. Windows color (decimal): -1986715 or 6664161. OLE color: 6664161.
HSL color Cylindrical-coordinate representation of color #E1AF65: hue angle of 35.81º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1AF65 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 101 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.12 |
| HSL | 35.81º | 0.67% | 0.64% | - |
| HSV(B) | 35.81º | 0.55% | 0.88% | - |
| XYZ | 48.73 | 47.61 | 18.93 | - |
| YUV | 181.51 | 82.57 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 101 | 0 | 0.22 | 0.55 | 0.12 | 35.81 | 0.67 | 0.64 |
| Hex | E1 | AF | 65 | 0 | 16 | 37 | C | 24 | 43 | 40 |
| Octal | 341 | 257 | 145 | 0 | 26 | 67 | 14 | 44 | 103 | 100 |
| Binary | 11100001 | 10101111 | 1100101 | 0 | 10110 | 110111 | 1100 | 100100 | 1000011 | 1000000 |
Color Harmonies of #E1AF65
Complementary color
Monochromatic Colors of #E1AF65
Black with #E1AF65
Text Example
Text Example
White with #E1AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF65; }
p { color: rgb(225,175,101); }
H1.HeaderClassName
{
color: #E1AF65;
}
.AnyTagClassName
{
color: #E1AF65;
}
</style>
background-color css
<style>
a { background-color: #E1AF65; }
a { background-color: rgb(225,175,101); }
div.DivClassName
{
background-color: #E1AF65;
}
.BgClassName
{
background-color: #E1AF65;
}
</style>
border-color css
<style>
span { border-color: #E1AF65; }
span { border-color: rgb(225,175,101); }
td.TdClassName
{
border-color: #E1AF65;
}
.TagClassName
{
border-color: #E1AF65;
}
</style>