Shades of Chenin #E1C26C
Tints of Chenin #E1C26C
RGB
CMYK
RGB Variations
Color information
#E1C26C (or 0xE1C26C) is known color: Chenin. HEX triplet: E1, C2 and 6C. RGB value is (225,194,108). Sum of RGB (Red+Green+Blue) = 225+194+108=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C26C is #1E3D93. Grayscale: #C1C1C1. Windows color (decimal): -1981844 or 7127777. OLE color: 7127777.
HSL color Cylindrical-coordinate representation of color #E1C26C: hue angle of 44.1º 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 #E1C26C is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 108 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.12 |
| HSL | 44.1º | 0.66% | 0.65% | - |
| HSV(B) | 44.1º | 0.52% | 0.88% | - |
| XYZ | 53.05 | 55.67 | 22.14 | - |
| YUV | 193.47 | 79.77 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 108 | 0 | 0.14 | 0.52 | 0.12 | 44.1 | 0.66 | 0.65 |
| Hex | E1 | C2 | 6C | 0 | E | 34 | C | 2C | 42 | 41 |
| Octal | 341 | 302 | 154 | 0 | 16 | 64 | 14 | 54 | 102 | 101 |
| Binary | 11100001 | 11000010 | 1101100 | 0 | 1110 | 110100 | 1100 | 101100 | 1000010 | 1000001 |
Color Harmonies of #E1C26C
Complementary color
Monochromatic Colors of #E1C26C
Black with #E1C26C
Text Example
Text Example
White with #E1C26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C26C; }
p { color: rgb(225,194,108); }
H1.HeaderClassName
{
color: #E1C26C;
}
.AnyTagClassName
{
color: #E1C26C;
}
</style>
background-color css
<style>
a { background-color: #E1C26C; }
a { background-color: rgb(225,194,108); }
div.DivClassName
{
background-color: #E1C26C;
}
.BgClassName
{
background-color: #E1C26C;
}
</style>
border-color css
<style>
span { border-color: #E1C26C; }
span { border-color: rgb(225,194,108); }
td.TdClassName
{
border-color: #E1C26C;
}
.TagClassName
{
border-color: #E1C26C;
}
</style>