Shades of Chenin #E1C971
Tints of Chenin #E1C971
RGB
CMYK
RGB Variations
Color information
#E1C971 (or 0xE1C971) is known color: Chenin. HEX triplet: E1, C9 and 71. RGB value is (225,201,113). Sum of RGB (Red+Green+Blue) = 225+201+113=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C971 is #1E368E. Grayscale: #C6C6C6. Windows color (decimal): -1980047 or 7457249. OLE color: 7457249.
HSL color Cylindrical-coordinate representation of color #E1C971: hue angle of 47.14º 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 #E1C971 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 113 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.12 |
| HSL | 47.14º | 0.65% | 0.66% | - |
| HSV(B) | 47.14º | 0.5% | 0.88% | - |
| XYZ | 54.92 | 58.97 | 24.11 | - |
| YUV | 198.14 | 79.95 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 113 | 0 | 0.11 | 0.50 | 0.12 | 47.14 | 0.65 | 0.66 |
| Hex | E1 | C9 | 71 | 0 | B | 32 | C | 2F | 41 | 42 |
| Octal | 341 | 311 | 161 | 0 | 13 | 62 | 14 | 57 | 101 | 102 |
| Binary | 11100001 | 11001001 | 1110001 | 0 | 1011 | 110010 | 1100 | 101111 | 1000001 | 1000010 |
Color Harmonies of #E1C971
Complementary color
Monochromatic Colors of #E1C971
Black with #E1C971
Text Example
Text Example
White with #E1C971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C971; }
p { color: rgb(225,201,113); }
H1.HeaderClassName
{
color: #E1C971;
}
.AnyTagClassName
{
color: #E1C971;
}
</style>
background-color css
<style>
a { background-color: #E1C971; }
a { background-color: rgb(225,201,113); }
div.DivClassName
{
background-color: #E1C971;
}
.BgClassName
{
background-color: #E1C971;
}
</style>
border-color css
<style>
span { border-color: #E1C971; }
span { border-color: rgb(225,201,113); }
td.TdClassName
{
border-color: #E1C971;
}
.TagClassName
{
border-color: #E1C971;
}
</style>