Shades of Chenin #E1C071
Tints of Chenin #E1C071
RGB
CMYK
RGB Variations
Color information
#E1C071 (or 0xE1C071) is known color: Chenin. HEX triplet: E1, C0 and 71. RGB value is (225,192,113). Sum of RGB (Red+Green+Blue) = 225+192+113=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C071 is #1E3F8E. Grayscale: #C1C1C1. Windows color (decimal): -1982351 or 7454945. OLE color: 7454945.
HSL color Cylindrical-coordinate representation of color #E1C071: hue angle of 42.32º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1C071 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 113 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.12 |
| HSL | 42.32º | 0.65% | 0.66% | - |
| HSV(B) | 42.32º | 0.5% | 0.88% | - |
| XYZ | 52.88 | 54.9 | 23.43 | - |
| YUV | 192.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 113 | 0 | 0.15 | 0.50 | 0.12 | 42.32 | 0.65 | 0.66 |
| Hex | E1 | C0 | 71 | 0 | F | 32 | C | 2A | 41 | 42 |
| Octal | 341 | 300 | 161 | 0 | 17 | 62 | 14 | 52 | 101 | 102 |
| Binary | 11100001 | 11000000 | 1110001 | 0 | 1111 | 110010 | 1100 | 101010 | 1000001 | 1000010 |
Color Harmonies of #E1C071
Complementary color
Monochromatic Colors of #E1C071
Black with #E1C071
Text Example
Text Example
White with #E1C071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C071; }
p { color: rgb(225,192,113); }
H1.HeaderClassName
{
color: #E1C071;
}
.AnyTagClassName
{
color: #E1C071;
}
</style>
background-color css
<style>
a { background-color: #E1C071; }
a { background-color: rgb(225,192,113); }
div.DivClassName
{
background-color: #E1C071;
}
.BgClassName
{
background-color: #E1C071;
}
</style>
border-color css
<style>
span { border-color: #E1C071; }
span { border-color: rgb(225,192,113); }
td.TdClassName
{
border-color: #E1C071;
}
.TagClassName
{
border-color: #E1C071;
}
</style>