Shades of Chenin #E0C271
Tints of Chenin #E0C271
RGB
CMYK
RGB Variations
Color information
#E0C271 (or 0xE0C271) is known color: Chenin. HEX triplet: E0, C2 and 71. RGB value is (224,194,113). Sum of RGB (Red+Green+Blue) = 224+194+113=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C271 is #1F3D8E. Grayscale: #C2C2C2. Windows color (decimal): -2047375 or 7455456. OLE color: 7455456.
HSL color Cylindrical-coordinate representation of color #E0C271: hue angle of 43.78º 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 #E0C271 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 194 | 113 | - |
| CMYK | 0 | 0.13 | 0.50 | 0.12 |
| HSL | 43.78º | 0.64% | 0.66% | - |
| HSV(B) | 43.78º | 0.5% | 0.88% | - |
| XYZ | 53.01 | 55.62 | 23.57 | - |
| YUV | 193.74 | 82.44 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 194 | 113 | 0 | 0.13 | 0.50 | 0.12 | 43.78 | 0.64 | 0.66 |
| Hex | E0 | C2 | 71 | 0 | D | 32 | C | 2C | 40 | 42 |
| Octal | 340 | 302 | 161 | 0 | 15 | 62 | 14 | 54 | 100 | 102 |
| Binary | 11100000 | 11000010 | 1110001 | 0 | 1101 | 110010 | 1100 | 101100 | 1000000 | 1000010 |
Color Harmonies of #E0C271
Complementary color
Monochromatic Colors of #E0C271
Black with #E0C271
Text Example
Text Example
White with #E0C271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C271; }
p { color: rgb(224,194,113); }
H1.HeaderClassName
{
color: #E0C271;
}
.AnyTagClassName
{
color: #E0C271;
}
</style>
background-color css
<style>
a { background-color: #E0C271; }
a { background-color: rgb(224,194,113); }
div.DivClassName
{
background-color: #E0C271;
}
.BgClassName
{
background-color: #E0C271;
}
</style>
border-color css
<style>
span { border-color: #E0C271; }
span { border-color: rgb(224,194,113); }
td.TdClassName
{
border-color: #E0C271;
}
.TagClassName
{
border-color: #E0C271;
}
</style>