Shades of Chenin #E2C064
Tints of Chenin #E2C064
RGB
CMYK
RGB Variations
Color information
#E2C064 (or 0xE2C064) is known color: Chenin. HEX triplet: E2, C0 and 64. RGB value is (226,192,100). Sum of RGB (Red+Green+Blue) = 226+192+100=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C064 is #1D3F9B. Grayscale: #C0C0C0. Windows color (decimal): -1916828 or 6602978. OLE color: 6602978.
HSL color Cylindrical-coordinate representation of color #E2C064: hue angle of 43.81º 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 #E2C064 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 192 | 100 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.11 |
| HSL | 43.81º | 0.68% | 0.64% | - |
| HSV(B) | 43.81º | 0.56% | 0.89% | - |
| XYZ | 52.51 | 54.79 | 19.86 | - |
| YUV | 191.68 | 76.26 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 100 | 0 | 0.15 | 0.56 | 0.11 | 43.81 | 0.68 | 0.64 |
| Hex | E2 | C0 | 64 | 0 | F | 38 | B | 2C | 44 | 40 |
| Octal | 342 | 300 | 144 | 0 | 17 | 70 | 13 | 54 | 104 | 100 |
| Binary | 11100010 | 11000000 | 1100100 | 0 | 1111 | 111000 | 1011 | 101100 | 1000100 | 1000000 |
Color Harmonies of #E2C064
Complementary color
Monochromatic Colors of #E2C064
Black with #E2C064
Text Example
Text Example
White with #E2C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C064; }
p { color: rgb(226,192,100); }
H1.HeaderClassName
{
color: #E2C064;
}
.AnyTagClassName
{
color: #E2C064;
}
</style>
background-color css
<style>
a { background-color: #E2C064; }
a { background-color: rgb(226,192,100); }
div.DivClassName
{
background-color: #E2C064;
}
.BgClassName
{
background-color: #E2C064;
}
</style>
border-color css
<style>
span { border-color: #E2C064; }
span { border-color: rgb(226,192,100); }
td.TdClassName
{
border-color: #E2C064;
}
.TagClassName
{
border-color: #E2C064;
}
</style>