Shades of Equator #E1B666
Tints of Equator #E1B666
RGB
CMYK
RGB Variations
Color information
#E1B666 (or 0xE1B666) is known color: Equator. HEX triplet: E1, B6 and 66. RGB value is (225,182,102). Sum of RGB (Red+Green+Blue) = 225+182+102=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B666 is #1E4999. Grayscale: #BABABA. Windows color (decimal): -1984922 or 6731489. OLE color: 6731489.
HSL color Cylindrical-coordinate representation of color #E1B666: hue angle of 39.02º 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 #E1B666 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 182 | 102 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.12 |
| HSL | 39.02º | 0.67% | 0.64% | - |
| HSV(B) | 39.02º | 0.55% | 0.88% | - |
| XYZ | 50.18 | 50.42 | 19.66 | - |
| YUV | 185.74 | 80.75 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 102 | 0 | 0.19 | 0.55 | 0.12 | 39.02 | 0.67 | 0.64 |
| Hex | E1 | B6 | 66 | 0 | 13 | 37 | C | 27 | 43 | 40 |
| Octal | 341 | 266 | 146 | 0 | 23 | 67 | 14 | 47 | 103 | 100 |
| Binary | 11100001 | 10110110 | 1100110 | 0 | 10011 | 110111 | 1100 | 100111 | 1000011 | 1000000 |
Color Harmonies of #E1B666
Complementary color
Monochromatic Colors of #E1B666
Black with #E1B666
Text Example
Text Example
White with #E1B666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B666; }
p { color: rgb(225,182,102); }
H1.HeaderClassName
{
color: #E1B666;
}
.AnyTagClassName
{
color: #E1B666;
}
</style>
background-color css
<style>
a { background-color: #E1B666; }
a { background-color: rgb(225,182,102); }
div.DivClassName
{
background-color: #E1B666;
}
.BgClassName
{
background-color: #E1B666;
}
</style>
border-color css
<style>
span { border-color: #E1B666; }
span { border-color: rgb(225,182,102); }
td.TdClassName
{
border-color: #E1B666;
}
.TagClassName
{
border-color: #E1B666;
}
</style>