Shades of Equator #E2AD66
Tints of Equator #E2AD66
RGB
CMYK
RGB Variations
Color information
#E2AD66 (or 0xE2AD66) is known color: Equator. HEX triplet: E2, AD and 66. RGB value is (226,173,102). Sum of RGB (Red+Green+Blue) = 226+173+102=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AD66 is #1D5299. Grayscale: #B5B5B5. Windows color (decimal): -1921690 or 6729186. OLE color: 6729186.
HSL color Cylindrical-coordinate representation of color #E2AD66: hue angle of 34.35º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2AD66 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 102 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.11 |
| HSL | 34.35º | 0.68% | 0.64% | - |
| HSV(B) | 34.35º | 0.55% | 0.89% | - |
| XYZ | 48.71 | 47.02 | 19.08 | - |
| YUV | 180.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 102 | 0 | 0.23 | 0.55 | 0.11 | 34.35 | 0.68 | 0.64 |
| Hex | E2 | AD | 66 | 0 | 17 | 37 | B | 22 | 44 | 40 |
| Octal | 342 | 255 | 146 | 0 | 27 | 67 | 13 | 42 | 104 | 100 |
| Binary | 11100010 | 10101101 | 1100110 | 0 | 10111 | 110111 | 1011 | 100010 | 1000100 | 1000000 |
Color Harmonies of #E2AD66
Complementary color
Monochromatic Colors of #E2AD66
Black with #E2AD66
Text Example
Text Example
White with #E2AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AD66; }
p { color: rgb(226,173,102); }
H1.HeaderClassName
{
color: #E2AD66;
}
.AnyTagClassName
{
color: #E2AD66;
}
</style>
background-color css
<style>
a { background-color: #E2AD66; }
a { background-color: rgb(226,173,102); }
div.DivClassName
{
background-color: #E2AD66;
}
.BgClassName
{
background-color: #E2AD66;
}
</style>
border-color css
<style>
span { border-color: #E2AD66; }
span { border-color: rgb(226,173,102); }
td.TdClassName
{
border-color: #E2AD66;
}
.TagClassName
{
border-color: #E2AD66;
}
</style>