Shades of Chenin #E2C061
Tints of Chenin #E2C061
RGB
CMYK
RGB Variations
Color information
#E2C061 (or 0xE2C061) is known color: Chenin. HEX triplet: E2, C0 and 61. RGB value is (226,192,97). Sum of RGB (Red+Green+Blue) = 226+192+97=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C061 is #1D3F9E. Grayscale: #BFBFBF. Windows color (decimal): -1916831 or 6406370. OLE color: 6406370.
HSL color Cylindrical-coordinate representation of color #E2C061: hue angle of 44.19º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2C061 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 192 | 97 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.11 |
| HSL | 44.19º | 0.69% | 0.63% | - |
| HSV(B) | 44.19º | 0.57% | 0.89% | - |
| XYZ | 52.37 | 54.73 | 19.11 | - |
| YUV | 191.34 | 74.76 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 97 | 0 | 0.15 | 0.57 | 0.11 | 44.19 | 0.69 | 0.63 |
| Hex | E2 | C0 | 61 | 0 | F | 39 | B | 2C | 45 | 3F |
| Octal | 342 | 300 | 141 | 0 | 17 | 71 | 13 | 54 | 105 | 77 |
| Binary | 11100010 | 11000000 | 1100001 | 0 | 1111 | 111001 | 1011 | 101100 | 1000101 | 111111 |
Color Harmonies of #E2C061
Complementary color
Monochromatic Colors of #E2C061
Black with #E2C061
Text Example
Text Example
White with #E2C061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C061; }
p { color: rgb(226,192,97); }
H1.HeaderClassName
{
color: #E2C061;
}
.AnyTagClassName
{
color: #E2C061;
}
</style>
background-color css
<style>
a { background-color: #E2C061; }
a { background-color: rgb(226,192,97); }
div.DivClassName
{
background-color: #E2C061;
}
.BgClassName
{
background-color: #E2C061;
}
</style>
border-color css
<style>
span { border-color: #E2C061; }
span { border-color: rgb(226,192,97); }
td.TdClassName
{
border-color: #E2C061;
}
.TagClassName
{
border-color: #E2C061;
}
</style>