Shades of Chenin #E1C16D
Tints of Chenin #E1C16D
RGB
CMYK
RGB Variations
Color information
#E1C16D (or 0xE1C16D) is known color: Chenin. HEX triplet: E1, C1 and 6D. RGB value is (225,193,109). Sum of RGB (Red+Green+Blue) = 225+193+109=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C16D is #1E3E92. Grayscale: #C1C1C1. Windows color (decimal): -1982099 or 7193057. OLE color: 7193057.
HSL color Cylindrical-coordinate representation of color #E1C16D: hue angle of 43.45º 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 #E1C16D is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 109 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.12 |
| HSL | 43.45º | 0.66% | 0.65% | - |
| HSV(B) | 43.45º | 0.52% | 0.88% | - |
| XYZ | 52.88 | 55.25 | 22.35 | - |
| YUV | 192.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 109 | 0 | 0.14 | 0.52 | 0.12 | 43.45 | 0.66 | 0.65 |
| Hex | E1 | C1 | 6D | 0 | E | 34 | C | 2B | 42 | 41 |
| Octal | 341 | 301 | 155 | 0 | 16 | 64 | 14 | 53 | 102 | 101 |
| Binary | 11100001 | 11000001 | 1101101 | 0 | 1110 | 110100 | 1100 | 101011 | 1000010 | 1000001 |
Color Harmonies of #E1C16D
Complementary color
Monochromatic Colors of #E1C16D
Black with #E1C16D
Text Example
Text Example
White with #E1C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C16D; }
p { color: rgb(225,193,109); }
H1.HeaderClassName
{
color: #E1C16D;
}
.AnyTagClassName
{
color: #E1C16D;
}
</style>
background-color css
<style>
a { background-color: #E1C16D; }
a { background-color: rgb(225,193,109); }
div.DivClassName
{
background-color: #E1C16D;
}
.BgClassName
{
background-color: #E1C16D;
}
</style>
border-color css
<style>
span { border-color: #E1C16D; }
span { border-color: rgb(225,193,109); }
td.TdClassName
{
border-color: #E1C16D;
}
.TagClassName
{
border-color: #E1C16D;
}
</style>