Shades of Equator #E1B266
Tints of Equator #E1B266
RGB
CMYK
RGB Variations
Color information
#E1B266 (or 0xE1B266) is known color: Equator. HEX triplet: E1, B2 and 66. RGB value is (225,178,102). Sum of RGB (Red+Green+Blue) = 225+178+102=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B266 is #1E4D99. Grayscale: #B7B7B7. Windows color (decimal): -1985946 or 6730465. OLE color: 6730465.
HSL color Cylindrical-coordinate representation of color #E1B266: hue angle of 37.07º 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 #E1B266 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 102 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.12 |
| HSL | 37.07º | 0.67% | 0.64% | - |
| HSV(B) | 37.07º | 0.55% | 0.88% | - |
| XYZ | 49.37 | 48.81 | 19.39 | - |
| YUV | 183.39 | 82.07 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 102 | 0 | 0.21 | 0.55 | 0.12 | 37.07 | 0.67 | 0.64 |
| Hex | E1 | B2 | 66 | 0 | 15 | 37 | C | 25 | 43 | 40 |
| Octal | 341 | 262 | 146 | 0 | 25 | 67 | 14 | 45 | 103 | 100 |
| Binary | 11100001 | 10110010 | 1100110 | 0 | 10101 | 110111 | 1100 | 100101 | 1000011 | 1000000 |
Color Harmonies of #E1B266
Complementary color
Monochromatic Colors of #E1B266
Black with #E1B266
Text Example
Text Example
White with #E1B266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B266; }
p { color: rgb(225,178,102); }
H1.HeaderClassName
{
color: #E1B266;
}
.AnyTagClassName
{
color: #E1B266;
}
</style>
background-color css
<style>
a { background-color: #E1B266; }
a { background-color: rgb(225,178,102); }
div.DivClassName
{
background-color: #E1B266;
}
.BgClassName
{
background-color: #E1B266;
}
</style>
border-color css
<style>
span { border-color: #E1B266; }
span { border-color: rgb(225,178,102); }
td.TdClassName
{
border-color: #E1B266;
}
.TagClassName
{
border-color: #E1B266;
}
</style>