Shades of Chenin #E1C975
Tints of Chenin #E1C975
RGB
CMYK
RGB Variations
Color information
#E1C975 (or 0xE1C975) is known color: Chenin. HEX triplet: E1, C9 and 75. RGB value is (225,201,117). Sum of RGB (Red+Green+Blue) = 225+201+117=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C975 is #1E368A. Grayscale: #C6C6C6. Windows color (decimal): -1980043 or 7719393. OLE color: 7719393.
HSL color Cylindrical-coordinate representation of color #E1C975: hue angle of 46.67º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E1C975 is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 117 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.12 |
| HSL | 46.67º | 0.64% | 0.67% | - |
| HSV(B) | 46.67º | 0.48% | 0.88% | - |
| XYZ | 55.15 | 59.07 | 25.32 | - |
| YUV | 198.6 | 81.95 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 117 | 0 | 0.11 | 0.48 | 0.12 | 46.67 | 0.64 | 0.67 |
| Hex | E1 | C9 | 75 | 0 | B | 30 | C | 2F | 40 | 43 |
| Octal | 341 | 311 | 165 | 0 | 13 | 60 | 14 | 57 | 100 | 103 |
| Binary | 11100001 | 11001001 | 1110101 | 0 | 1011 | 110000 | 1100 | 101111 | 1000000 | 1000011 |
Color Harmonies of #E1C975
Complementary color
Monochromatic Colors of #E1C975
Black with #E1C975
Text Example
Text Example
White with #E1C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C975; }
p { color: rgb(225,201,117); }
H1.HeaderClassName
{
color: #E1C975;
}
.AnyTagClassName
{
color: #E1C975;
}
</style>
background-color css
<style>
a { background-color: #E1C975; }
a { background-color: rgb(225,201,117); }
div.DivClassName
{
background-color: #E1C975;
}
.BgClassName
{
background-color: #E1C975;
}
</style>
border-color css
<style>
span { border-color: #E1C975; }
span { border-color: rgb(225,201,117); }
td.TdClassName
{
border-color: #E1C975;
}
.TagClassName
{
border-color: #E1C975;
}
</style>