Shades of Equator #E1B566
Tints of Equator #E1B566
RGB
CMYK
RGB Variations
Color information
#E1B566 (or 0xE1B566) is known color: Equator. HEX triplet: E1, B5 and 66. RGB value is (225,181,102). Sum of RGB (Red+Green+Blue) = 225+181+102=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B566 is #1E4A99. Grayscale: #B9B9B9. Windows color (decimal): -1985178 or 6731233. OLE color: 6731233.
HSL color Cylindrical-coordinate representation of color #E1B566: hue angle of 38.54º 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 #E1B566 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 102 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.12 |
| HSL | 38.54º | 0.67% | 0.64% | - |
| HSV(B) | 38.54º | 0.55% | 0.88% | - |
| XYZ | 49.97 | 50.01 | 19.59 | - |
| YUV | 185.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 102 | 0 | 0.20 | 0.55 | 0.12 | 38.54 | 0.67 | 0.64 |
| Hex | E1 | B5 | 66 | 0 | 14 | 37 | C | 27 | 43 | 40 |
| Octal | 341 | 265 | 146 | 0 | 24 | 67 | 14 | 47 | 103 | 100 |
| Binary | 11100001 | 10110101 | 1100110 | 0 | 10100 | 110111 | 1100 | 100111 | 1000011 | 1000000 |
Color Harmonies of #E1B566
Complementary color
Monochromatic Colors of #E1B566
Black with #E1B566
Text Example
Text Example
White with #E1B566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B566; }
p { color: rgb(225,181,102); }
H1.HeaderClassName
{
color: #E1B566;
}
.AnyTagClassName
{
color: #E1B566;
}
</style>
background-color css
<style>
a { background-color: #E1B566; }
a { background-color: rgb(225,181,102); }
div.DivClassName
{
background-color: #E1B566;
}
.BgClassName
{
background-color: #E1B566;
}
</style>
border-color css
<style>
span { border-color: #E1B566; }
span { border-color: rgb(225,181,102); }
td.TdClassName
{
border-color: #E1B566;
}
.TagClassName
{
border-color: #E1B566;
}
</style>