Shades of Chenin #E0C162
Tints of Chenin #E0C162
RGB
CMYK
RGB Variations
Color information
#E0C162 (or 0xE0C162) is known color: Chenin. HEX triplet: E0, C1 and 62. RGB value is (224,193,98). Sum of RGB (Red+Green+Blue) = 224+193+98=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C162 is #1F3E9D. Grayscale: #BFBFBF. Windows color (decimal): -2047646 or 6472160. OLE color: 6472160.
HSL color Cylindrical-coordinate representation of color #E0C162: hue angle of 45.24º 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 #E0C162 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 193 | 98 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.12 |
| HSL | 45.24º | 0.67% | 0.63% | - |
| HSV(B) | 45.24º | 0.56% | 0.88% | - |
| XYZ | 52.02 | 54.87 | 19.4 | - |
| YUV | 191.44 | 75.27 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 98 | 0 | 0.14 | 0.56 | 0.12 | 45.24 | 0.67 | 0.63 |
| Hex | E0 | C1 | 62 | 0 | E | 38 | C | 2D | 43 | 3F |
| Octal | 340 | 301 | 142 | 0 | 16 | 70 | 14 | 55 | 103 | 77 |
| Binary | 11100000 | 11000001 | 1100010 | 0 | 1110 | 111000 | 1100 | 101101 | 1000011 | 111111 |
Color Harmonies of #E0C162
Complementary color
Monochromatic Colors of #E0C162
Black with #E0C162
Text Example
Text Example
White with #E0C162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C162; }
p { color: rgb(224,193,98); }
H1.HeaderClassName
{
color: #E0C162;
}
.AnyTagClassName
{
color: #E0C162;
}
</style>
background-color css
<style>
a { background-color: #E0C162; }
a { background-color: rgb(224,193,98); }
div.DivClassName
{
background-color: #E0C162;
}
.BgClassName
{
background-color: #E0C162;
}
</style>
border-color css
<style>
span { border-color: #E0C162; }
span { border-color: rgb(224,193,98); }
td.TdClassName
{
border-color: #E0C162;
}
.TagClassName
{
border-color: #E0C162;
}
</style>