Shades of Chenin #E2C261
Tints of Chenin #E2C261
RGB
CMYK
RGB Variations
Color information
#E2C261 (or 0xE2C261) is known color: Chenin. HEX triplet: E2, C2 and 61. RGB value is (226,194,97). Sum of RGB (Red+Green+Blue) = 226+194+97=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C261 is #1D3D9E. Grayscale: #C0C0C0. Windows color (decimal): -1916319 or 6406882. OLE color: 6406882.
HSL color Cylindrical-coordinate representation of color #E2C261: hue angle of 45.12º 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 #E2C261 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 194 | 97 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.11 |
| HSL | 45.12º | 0.69% | 0.63% | - |
| HSV(B) | 45.12º | 0.57% | 0.89% | - |
| XYZ | 52.81 | 55.62 | 19.26 | - |
| YUV | 192.51 | 74.1 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 194 | 97 | 0 | 0.14 | 0.57 | 0.11 | 45.12 | 0.69 | 0.63 |
| Hex | E2 | C2 | 61 | 0 | E | 39 | B | 2D | 45 | 3F |
| Octal | 342 | 302 | 141 | 0 | 16 | 71 | 13 | 55 | 105 | 77 |
| Binary | 11100010 | 11000010 | 1100001 | 0 | 1110 | 111001 | 1011 | 101101 | 1000101 | 111111 |
Color Harmonies of #E2C261
Complementary color
Monochromatic Colors of #E2C261
Black with #E2C261
Text Example
Text Example
White with #E2C261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C261; }
p { color: rgb(226,194,97); }
H1.HeaderClassName
{
color: #E2C261;
}
.AnyTagClassName
{
color: #E2C261;
}
</style>
background-color css
<style>
a { background-color: #E2C261; }
a { background-color: rgb(226,194,97); }
div.DivClassName
{
background-color: #E2C261;
}
.BgClassName
{
background-color: #E2C261;
}
</style>
border-color css
<style>
span { border-color: #E2C261; }
span { border-color: rgb(226,194,97); }
td.TdClassName
{
border-color: #E2C261;
}
.TagClassName
{
border-color: #E2C261;
}
</style>