Shades of Chenin #E1C770
Tints of Chenin #E1C770
RGB
CMYK
RGB Variations
Color information
#E1C770 (or 0xE1C770) is known color: Chenin. HEX triplet: E1, C7 and 70. RGB value is (225,199,112). Sum of RGB (Red+Green+Blue) = 225+199+112=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C770 is #1E388F. Grayscale: #C5C5C5. Windows color (decimal): -1980560 or 7391201. OLE color: 7391201.
HSL color Cylindrical-coordinate representation of color #E1C770: hue angle of 46.19º 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 #E1C770 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 199 | 112 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.12 |
| HSL | 46.19º | 0.65% | 0.66% | - |
| HSV(B) | 46.19º | 0.5% | 0.88% | - |
| XYZ | 54.4 | 58.02 | 23.66 | - |
| YUV | 196.86 | 80.11 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 112 | 0 | 0.12 | 0.50 | 0.12 | 46.19 | 0.65 | 0.66 |
| Hex | E1 | C7 | 70 | 0 | C | 32 | C | 2E | 41 | 42 |
| Octal | 341 | 307 | 160 | 0 | 14 | 62 | 14 | 56 | 101 | 102 |
| Binary | 11100001 | 11000111 | 1110000 | 0 | 1100 | 110010 | 1100 | 101110 | 1000001 | 1000010 |
Color Harmonies of #E1C770
Complementary color
Monochromatic Colors of #E1C770
Black with #E1C770
Text Example
Text Example
White with #E1C770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C770; }
p { color: rgb(225,199,112); }
H1.HeaderClassName
{
color: #E1C770;
}
.AnyTagClassName
{
color: #E1C770;
}
</style>
background-color css
<style>
a { background-color: #E1C770; }
a { background-color: rgb(225,199,112); }
div.DivClassName
{
background-color: #E1C770;
}
.BgClassName
{
background-color: #E1C770;
}
</style>
border-color css
<style>
span { border-color: #E1C770; }
span { border-color: rgb(225,199,112); }
td.TdClassName
{
border-color: #E1C770;
}
.TagClassName
{
border-color: #E1C770;
}
</style>