Shades of Chenin #E1C86E
Tints of Chenin #E1C86E
RGB
CMYK
RGB Variations
Color information
#E1C86E (or 0xE1C86E) is known color: Chenin. HEX triplet: E1, C8 and 6E. RGB value is (225,200,110). Sum of RGB (Red+Green+Blue) = 225+200+110=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C86E is #1E3791. Grayscale: #C5C5C5. Windows color (decimal): -1980306 or 7260385. OLE color: 7260385.
HSL color Cylindrical-coordinate representation of color #E1C86E: hue angle of 46.96º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1C86E is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 110 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.12 |
| HSL | 46.96º | 0.66% | 0.66% | - |
| HSV(B) | 46.96º | 0.51% | 0.88% | - |
| XYZ | 54.52 | 58.44 | 23.16 | - |
| YUV | 197.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 110 | 0 | 0.11 | 0.51 | 0.12 | 46.96 | 0.66 | 0.66 |
| Hex | E1 | C8 | 6E | 0 | B | 33 | C | 2F | 42 | 42 |
| Octal | 341 | 310 | 156 | 0 | 13 | 63 | 14 | 57 | 102 | 102 |
| Binary | 11100001 | 11001000 | 1101110 | 0 | 1011 | 110011 | 1100 | 101111 | 1000010 | 1000010 |
Color Harmonies of #E1C86E
Complementary color
Monochromatic Colors of #E1C86E
Black with #E1C86E
Text Example
Text Example
White with #E1C86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C86E; }
p { color: rgb(225,200,110); }
H1.HeaderClassName
{
color: #E1C86E;
}
.AnyTagClassName
{
color: #E1C86E;
}
</style>
background-color css
<style>
a { background-color: #E1C86E; }
a { background-color: rgb(225,200,110); }
div.DivClassName
{
background-color: #E1C86E;
}
.BgClassName
{
background-color: #E1C86E;
}
</style>
border-color css
<style>
span { border-color: #E1C86E; }
span { border-color: rgb(225,200,110); }
td.TdClassName
{
border-color: #E1C86E;
}
.TagClassName
{
border-color: #E1C86E;
}
</style>