Shades of Chenin #E1C972
Tints of Chenin #E1C972
RGB
CMYK
RGB Variations
Color information
#E1C972 (or 0xE1C972) is known color: Chenin. HEX triplet: E1, C9 and 72. RGB value is (225,201,114). Sum of RGB (Red+Green+Blue) = 225+201+114=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C972 is #1E368D. Grayscale: #C6C6C6. Windows color (decimal): -1980046 or 7522785. OLE color: 7522785.
HSL color Cylindrical-coordinate representation of color #E1C972: hue angle of 47.03º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1C972 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 114 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.12 |
| HSL | 47.03º | 0.65% | 0.66% | - |
| HSV(B) | 47.03º | 0.49% | 0.88% | - |
| XYZ | 54.98 | 59 | 24.41 | - |
| YUV | 198.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 114 | 0 | 0.11 | 0.49 | 0.12 | 47.03 | 0.65 | 0.66 |
| Hex | E1 | C9 | 72 | 0 | B | 31 | C | 2F | 41 | 42 |
| Octal | 341 | 311 | 162 | 0 | 13 | 61 | 14 | 57 | 101 | 102 |
| Binary | 11100001 | 11001001 | 1110010 | 0 | 1011 | 110001 | 1100 | 101111 | 1000001 | 1000010 |
Color Harmonies of #E1C972
Complementary color
Monochromatic Colors of #E1C972
Black with #E1C972
Text Example
Text Example
White with #E1C972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C972; }
p { color: rgb(225,201,114); }
H1.HeaderClassName
{
color: #E1C972;
}
.AnyTagClassName
{
color: #E1C972;
}
</style>
background-color css
<style>
a { background-color: #E1C972; }
a { background-color: rgb(225,201,114); }
div.DivClassName
{
background-color: #E1C972;
}
.BgClassName
{
background-color: #E1C972;
}
</style>
border-color css
<style>
span { border-color: #E1C972; }
span { border-color: rgb(225,201,114); }
td.TdClassName
{
border-color: #E1C972;
}
.TagClassName
{
border-color: #E1C972;
}
</style>