Shades of Chenin #E1C06C
Tints of Chenin #E1C06C
RGB
CMYK
RGB Variations
Color information
#E1C06C (or 0xE1C06C) is known color: Chenin. HEX triplet: E1, C0 and 6C. RGB value is (225,192,108). Sum of RGB (Red+Green+Blue) = 225+192+108=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C06C is #1E3F93. Grayscale: #C0C0C0. Windows color (decimal): -1982356 or 7127265. OLE color: 7127265.
HSL color Cylindrical-coordinate representation of color #E1C06C: hue angle of 43.08º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E1C06C is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 108 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.12 |
| HSL | 43.08º | 0.66% | 0.65% | - |
| HSV(B) | 43.08º | 0.52% | 0.88% | - |
| XYZ | 52.61 | 54.79 | 21.99 | - |
| YUV | 192.29 | 80.43 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 108 | 0 | 0.15 | 0.52 | 0.12 | 43.08 | 0.66 | 0.65 |
| Hex | E1 | C0 | 6C | 0 | F | 34 | C | 2B | 42 | 41 |
| Octal | 341 | 300 | 154 | 0 | 17 | 64 | 14 | 53 | 102 | 101 |
| Binary | 11100001 | 11000000 | 1101100 | 0 | 1111 | 110100 | 1100 | 101011 | 1000010 | 1000001 |
Color Harmonies of #E1C06C
Complementary color
Monochromatic Colors of #E1C06C
Black with #E1C06C
Text Example
Text Example
White with #E1C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C06C; }
p { color: rgb(225,192,108); }
H1.HeaderClassName
{
color: #E1C06C;
}
.AnyTagClassName
{
color: #E1C06C;
}
</style>
background-color css
<style>
a { background-color: #E1C06C; }
a { background-color: rgb(225,192,108); }
div.DivClassName
{
background-color: #E1C06C;
}
.BgClassName
{
background-color: #E1C06C;
}
</style>
border-color css
<style>
span { border-color: #E1C06C; }
span { border-color: rgb(225,192,108); }
td.TdClassName
{
border-color: #E1C06C;
}
.TagClassName
{
border-color: #E1C06C;
}
</style>