Shades of Chenin #E0C571
Tints of Chenin #E0C571
RGB
CMYK
RGB Variations
Color information
#E0C571 (or 0xE0C571) is known color: Chenin. HEX triplet: E0, C5 and 71. RGB value is (224,197,113). Sum of RGB (Red+Green+Blue) = 224+197+113=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C571 is #1F3A8E. Grayscale: #C3C3C3. Windows color (decimal): -2046607 or 7456224. OLE color: 7456224.
HSL color Cylindrical-coordinate representation of color #E0C571: hue angle of 45.41º degrees, saturation: 0.64, 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 #E0C571 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 113 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.12 |
| HSL | 45.41º | 0.64% | 0.66% | - |
| HSV(B) | 45.41º | 0.5% | 0.88% | - |
| XYZ | 53.69 | 56.97 | 23.79 | - |
| YUV | 195.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 113 | 0 | 0.12 | 0.50 | 0.12 | 45.41 | 0.64 | 0.66 |
| Hex | E0 | C5 | 71 | 0 | C | 32 | C | 2D | 40 | 42 |
| Octal | 340 | 305 | 161 | 0 | 14 | 62 | 14 | 55 | 100 | 102 |
| Binary | 11100000 | 11000101 | 1110001 | 0 | 1100 | 110010 | 1100 | 101101 | 1000000 | 1000010 |
Color Harmonies of #E0C571
Complementary color
Monochromatic Colors of #E0C571
Black with #E0C571
Text Example
Text Example
White with #E0C571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C571; }
p { color: rgb(224,197,113); }
H1.HeaderClassName
{
color: #E0C571;
}
.AnyTagClassName
{
color: #E0C571;
}
</style>
background-color css
<style>
a { background-color: #E0C571; }
a { background-color: rgb(224,197,113); }
div.DivClassName
{
background-color: #E0C571;
}
.BgClassName
{
background-color: #E0C571;
}
</style>
border-color css
<style>
span { border-color: #E0C571; }
span { border-color: rgb(224,197,113); }
td.TdClassName
{
border-color: #E0C571;
}
.TagClassName
{
border-color: #E0C571;
}
</style>