Shades of Chenin #E2C164
Tints of Chenin #E2C164
RGB
CMYK
RGB Variations
Color information
#E2C164 (or 0xE2C164) is known color: Chenin. HEX triplet: E2, C1 and 64. RGB value is (226,193,100). Sum of RGB (Red+Green+Blue) = 226+193+100=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C164 is #1D3E9B. Grayscale: #C0C0C0. Windows color (decimal): -1916572 or 6603234. OLE color: 6603234.
HSL color Cylindrical-coordinate representation of color #E2C164: hue angle of 44.29º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2C164 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 193 | 100 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.11 |
| HSL | 44.29º | 0.68% | 0.64% | - |
| HSV(B) | 44.29º | 0.56% | 0.89% | - |
| XYZ | 52.73 | 55.23 | 19.94 | - |
| YUV | 192.27 | 75.93 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 193 | 100 | 0 | 0.15 | 0.56 | 0.11 | 44.29 | 0.68 | 0.64 |
| Hex | E2 | C1 | 64 | 0 | F | 38 | B | 2C | 44 | 40 |
| Octal | 342 | 301 | 144 | 0 | 17 | 70 | 13 | 54 | 104 | 100 |
| Binary | 11100010 | 11000001 | 1100100 | 0 | 1111 | 111000 | 1011 | 101100 | 1000100 | 1000000 |
Color Harmonies of #E2C164
Complementary color
Monochromatic Colors of #E2C164
Black with #E2C164
Text Example
Text Example
White with #E2C164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C164; }
p { color: rgb(226,193,100); }
H1.HeaderClassName
{
color: #E2C164;
}
.AnyTagClassName
{
color: #E2C164;
}
</style>
background-color css
<style>
a { background-color: #E2C164; }
a { background-color: rgb(226,193,100); }
div.DivClassName
{
background-color: #E2C164;
}
.BgClassName
{
background-color: #E2C164;
}
</style>
border-color css
<style>
span { border-color: #E2C164; }
span { border-color: rgb(226,193,100); }
td.TdClassName
{
border-color: #E2C164;
}
.TagClassName
{
border-color: #E2C164;
}
</style>