Shades of Chenin #E1C571
Tints of Chenin #E1C571
RGB
CMYK
RGB Variations
Color information
#E1C571 (or 0xE1C571) is known color: Chenin. HEX triplet: E1, C5 and 71. RGB value is (225,197,113). Sum of RGB (Red+Green+Blue) = 225+197+113=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C571 is #1E3A8E. Grayscale: #C4C4C4. Windows color (decimal): -1981071 or 7456225. OLE color: 7456225.
HSL color Cylindrical-coordinate representation of color #E1C571: hue angle of 45º 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 #E1C571 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 113 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.12 |
| HSL | 45º | 0.65% | 0.66% | - |
| HSV(B) | 45º | 0.5% | 0.88% | - |
| XYZ | 54 | 57.13 | 23.8 | - |
| YUV | 195.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 113 | 0 | 0.12 | 0.50 | 0.12 | 45 | 0.65 | 0.66 |
| Hex | E1 | C5 | 71 | 0 | C | 32 | C | 2D | 41 | 42 |
| Octal | 341 | 305 | 161 | 0 | 14 | 62 | 14 | 55 | 101 | 102 |
| Binary | 11100001 | 11000101 | 1110001 | 0 | 1100 | 110010 | 1100 | 101101 | 1000001 | 1000010 |
Color Harmonies of #E1C571
Complementary color
Monochromatic Colors of #E1C571
Black with #E1C571
Text Example
Text Example
White with #E1C571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C571; }
p { color: rgb(225,197,113); }
H1.HeaderClassName
{
color: #E1C571;
}
.AnyTagClassName
{
color: #E1C571;
}
</style>
background-color css
<style>
a { background-color: #E1C571; }
a { background-color: rgb(225,197,113); }
div.DivClassName
{
background-color: #E1C571;
}
.BgClassName
{
background-color: #E1C571;
}
</style>
border-color css
<style>
span { border-color: #E1C571; }
span { border-color: rgb(225,197,113); }
td.TdClassName
{
border-color: #E1C571;
}
.TagClassName
{
border-color: #E1C571;
}
</style>