Shades of Chenin #E0C06D
Tints of Chenin #E0C06D
RGB
CMYK
RGB Variations
Color information
#E0C06D (or 0xE0C06D) is known color: Chenin. HEX triplet: E0, C0 and 6D. RGB value is (224,192,109). Sum of RGB (Red+Green+Blue) = 224+192+109=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C06D is #1F3F92. Grayscale: #C0C0C0. Windows color (decimal): -2047891 or 7192800. OLE color: 7192800.
HSL color Cylindrical-coordinate representation of color #E0C06D: hue angle of 43.3º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0C06D is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 109 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.12 |
| HSL | 43.3º | 0.65% | 0.65% | - |
| HSV(B) | 43.3º | 0.51% | 0.88% | - |
| XYZ | 52.35 | 54.65 | 22.26 | - |
| YUV | 192.11 | 81.1 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 109 | 0 | 0.14 | 0.51 | 0.12 | 43.3 | 0.65 | 0.65 |
| Hex | E0 | C0 | 6D | 0 | E | 33 | C | 2B | 41 | 41 |
| Octal | 340 | 300 | 155 | 0 | 16 | 63 | 14 | 53 | 101 | 101 |
| Binary | 11100000 | 11000000 | 1101101 | 0 | 1110 | 110011 | 1100 | 101011 | 1000001 | 1000001 |
Color Harmonies of #E0C06D
Complementary color
Monochromatic Colors of #E0C06D
Black with #E0C06D
Text Example
Text Example
White with #E0C06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C06D; }
p { color: rgb(224,192,109); }
H1.HeaderClassName
{
color: #E0C06D;
}
.AnyTagClassName
{
color: #E0C06D;
}
</style>
background-color css
<style>
a { background-color: #E0C06D; }
a { background-color: rgb(224,192,109); }
div.DivClassName
{
background-color: #E0C06D;
}
.BgClassName
{
background-color: #E0C06D;
}
</style>
border-color css
<style>
span { border-color: #E0C06D; }
span { border-color: rgb(224,192,109); }
td.TdClassName
{
border-color: #E0C06D;
}
.TagClassName
{
border-color: #E0C06D;
}
</style>