Shades of Chenin #E2C166
Tints of Chenin #E2C166
RGB
CMYK
RGB Variations
Color information
#E2C166 (or 0xE2C166) is known color: Chenin. HEX triplet: E2, C1 and 66. RGB value is (226,193,102). Sum of RGB (Red+Green+Blue) = 226+193+102=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C166 is #1D3E99. Grayscale: #C0C0C0. Windows color (decimal): -1916570 or 6734306. OLE color: 6734306.
HSL color Cylindrical-coordinate representation of color #E2C166: hue angle of 44.03º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2C166 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 193 | 102 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.11 |
| HSL | 44.03º | 0.68% | 0.64% | - |
| HSV(B) | 44.03º | 0.55% | 0.89% | - |
| XYZ | 52.83 | 55.27 | 20.45 | - |
| YUV | 192.49 | 76.93 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 193 | 102 | 0 | 0.15 | 0.55 | 0.11 | 44.03 | 0.68 | 0.64 |
| Hex | E2 | C1 | 66 | 0 | F | 37 | B | 2C | 44 | 40 |
| Octal | 342 | 301 | 146 | 0 | 17 | 67 | 13 | 54 | 104 | 100 |
| Binary | 11100010 | 11000001 | 1100110 | 0 | 1111 | 110111 | 1011 | 101100 | 1000100 | 1000000 |
Color Harmonies of #E2C166
Complementary color
Monochromatic Colors of #E2C166
Black with #E2C166
Text Example
Text Example
White with #E2C166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C166; }
p { color: rgb(226,193,102); }
H1.HeaderClassName
{
color: #E2C166;
}
.AnyTagClassName
{
color: #E2C166;
}
</style>
background-color css
<style>
a { background-color: #E2C166; }
a { background-color: rgb(226,193,102); }
div.DivClassName
{
background-color: #E2C166;
}
.BgClassName
{
background-color: #E2C166;
}
</style>
border-color css
<style>
span { border-color: #E2C166; }
span { border-color: rgb(226,193,102); }
td.TdClassName
{
border-color: #E2C166;
}
.TagClassName
{
border-color: #E2C166;
}
</style>