Shades of Chenin #E0C562
Tints of Chenin #E0C562
RGB
CMYK
RGB Variations
Color information
#E0C562 (or 0xE0C562) is known color: Chenin. HEX triplet: E0, C5 and 62. RGB value is (224,197,98). Sum of RGB (Red+Green+Blue) = 224+197+98=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C562 is #1F3A9D. Grayscale: #C2C2C2. Windows color (decimal): -2046622 or 6473184. OLE color: 6473184.
HSL color Cylindrical-coordinate representation of color #E0C562: hue angle of 47.14º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E0C562 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 98 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.12 |
| HSL | 47.14º | 0.67% | 0.63% | - |
| HSV(B) | 47.14º | 0.56% | 0.88% | - |
| XYZ | 52.91 | 56.66 | 19.7 | - |
| YUV | 193.79 | 73.95 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 98 | 0 | 0.12 | 0.56 | 0.12 | 47.14 | 0.67 | 0.63 |
| Hex | E0 | C5 | 62 | 0 | C | 38 | C | 2F | 43 | 3F |
| Octal | 340 | 305 | 142 | 0 | 14 | 70 | 14 | 57 | 103 | 77 |
| Binary | 11100000 | 11000101 | 1100010 | 0 | 1100 | 111000 | 1100 | 101111 | 1000011 | 111111 |
Color Harmonies of #E0C562
Complementary color
Monochromatic Colors of #E0C562
Black with #E0C562
Text Example
Text Example
White with #E0C562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C562; }
p { color: rgb(224,197,98); }
H1.HeaderClassName
{
color: #E0C562;
}
.AnyTagClassName
{
color: #E0C562;
}
</style>
background-color css
<style>
a { background-color: #E0C562; }
a { background-color: rgb(224,197,98); }
div.DivClassName
{
background-color: #E0C562;
}
.BgClassName
{
background-color: #E0C562;
}
</style>
border-color css
<style>
span { border-color: #E0C562; }
span { border-color: rgb(224,197,98); }
td.TdClassName
{
border-color: #E0C562;
}
.TagClassName
{
border-color: #E0C562;
}
</style>