Shades of Chenin #E2C260
Tints of Chenin #E2C260
RGB
CMYK
RGB Variations
Color information
#E2C260 (or 0xE2C260) is known color: Chenin. HEX triplet: E2, C2 and 60. RGB value is (226,194,96). Sum of RGB (Red+Green+Blue) = 226+194+96=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C260 is #1D3D9F. Grayscale: #C0C0C0. Windows color (decimal): -1916320 or 6341346. OLE color: 6341346.
HSL color Cylindrical-coordinate representation of color #E2C260: hue angle of 45.23º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2C260 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 194 | 96 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.11 |
| HSL | 45.23º | 0.69% | 0.63% | - |
| HSV(B) | 45.23º | 0.58% | 0.89% | - |
| XYZ | 52.77 | 55.6 | 19.02 | - |
| YUV | 192.4 | 73.6 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 194 | 96 | 0 | 0.14 | 0.58 | 0.11 | 45.23 | 0.69 | 0.63 |
| Hex | E2 | C2 | 60 | 0 | E | 3A | B | 2D | 45 | 3F |
| Octal | 342 | 302 | 140 | 0 | 16 | 72 | 13 | 55 | 105 | 77 |
| Binary | 11100010 | 11000010 | 1100000 | 0 | 1110 | 111010 | 1011 | 101101 | 1000101 | 111111 |
Color Harmonies of #E2C260
Complementary color
Monochromatic Colors of #E2C260
Black with #E2C260
Text Example
Text Example
White with #E2C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C260; }
p { color: rgb(226,194,96); }
H1.HeaderClassName
{
color: #E2C260;
}
.AnyTagClassName
{
color: #E2C260;
}
</style>
background-color css
<style>
a { background-color: #E2C260; }
a { background-color: rgb(226,194,96); }
div.DivClassName
{
background-color: #E2C260;
}
.BgClassName
{
background-color: #E2C260;
}
</style>
border-color css
<style>
span { border-color: #E2C260; }
span { border-color: rgb(226,194,96); }
td.TdClassName
{
border-color: #E2C260;
}
.TagClassName
{
border-color: #E2C260;
}
</style>