Shades of Chenin #E1C06D
Tints of Chenin #E1C06D
RGB
CMYK
RGB Variations
Color information
#E1C06D (or 0xE1C06D) is known color: Chenin. HEX triplet: E1, C0 and 6D. RGB value is (225,192,109). Sum of RGB (Red+Green+Blue) = 225+192+109=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C06D is #1E3F92. Grayscale: #C0C0C0. Windows color (decimal): -1982355 or 7192801. OLE color: 7192801.
HSL color Cylindrical-coordinate representation of color #E1C06D: hue angle of 42.93º 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 #E1C06D is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 109 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.12 |
| HSL | 42.93º | 0.66% | 0.65% | - |
| HSV(B) | 42.93º | 0.52% | 0.88% | - |
| XYZ | 52.66 | 54.81 | 22.27 | - |
| YUV | 192.41 | 80.93 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 109 | 0 | 0.15 | 0.52 | 0.12 | 42.93 | 0.66 | 0.65 |
| Hex | E1 | C0 | 6D | 0 | F | 34 | C | 2B | 42 | 41 |
| Octal | 341 | 300 | 155 | 0 | 17 | 64 | 14 | 53 | 102 | 101 |
| Binary | 11100001 | 11000000 | 1101101 | 0 | 1111 | 110100 | 1100 | 101011 | 1000010 | 1000001 |
Color Harmonies of #E1C06D
Complementary color
Monochromatic Colors of #E1C06D
Black with #E1C06D
Text Example
Text Example
White with #E1C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C06D; }
p { color: rgb(225,192,109); }
H1.HeaderClassName
{
color: #E1C06D;
}
.AnyTagClassName
{
color: #E1C06D;
}
</style>
background-color css
<style>
a { background-color: #E1C06D; }
a { background-color: rgb(225,192,109); }
div.DivClassName
{
background-color: #E1C06D;
}
.BgClassName
{
background-color: #E1C06D;
}
</style>
border-color css
<style>
span { border-color: #E1C06D; }
span { border-color: rgb(225,192,109); }
td.TdClassName
{
border-color: #E1C06D;
}
.TagClassName
{
border-color: #E1C06D;
}
</style>