Shades of Chenin #E1C06B
Tints of Chenin #E1C06B
RGB
CMYK
RGB Variations
Color information
#E1C06B (or 0xE1C06B) is known color: Chenin. HEX triplet: E1, C0 and 6B. RGB value is (225,192,107). Sum of RGB (Red+Green+Blue) = 225+192+107=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C06B is #1E3F94. Grayscale: #C0C0C0. Windows color (decimal): -1982357 or 7061729. OLE color: 7061729.
HSL color Cylindrical-coordinate representation of color #E1C06B: hue angle of 43.22º 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 #E1C06B is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 107 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.12 |
| HSL | 43.22º | 0.66% | 0.65% | - |
| HSV(B) | 43.22º | 0.52% | 0.88% | - |
| XYZ | 52.55 | 54.77 | 21.71 | - |
| YUV | 192.18 | 79.93 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 107 | 0 | 0.15 | 0.52 | 0.12 | 43.22 | 0.66 | 0.65 |
| Hex | E1 | C0 | 6B | 0 | F | 34 | C | 2B | 42 | 41 |
| Octal | 341 | 300 | 153 | 0 | 17 | 64 | 14 | 53 | 102 | 101 |
| Binary | 11100001 | 11000000 | 1101011 | 0 | 1111 | 110100 | 1100 | 101011 | 1000010 | 1000001 |
Color Harmonies of #E1C06B
Complementary color
Monochromatic Colors of #E1C06B
Black with #E1C06B
Text Example
Text Example
White with #E1C06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C06B; }
p { color: rgb(225,192,107); }
H1.HeaderClassName
{
color: #E1C06B;
}
.AnyTagClassName
{
color: #E1C06B;
}
</style>
background-color css
<style>
a { background-color: #E1C06B; }
a { background-color: rgb(225,192,107); }
div.DivClassName
{
background-color: #E1C06B;
}
.BgClassName
{
background-color: #E1C06B;
}
</style>
border-color css
<style>
span { border-color: #E1C06B; }
span { border-color: rgb(225,192,107); }
td.TdClassName
{
border-color: #E1C06B;
}
.TagClassName
{
border-color: #E1C06B;
}
</style>