Shades of Chenin #E1C073
Tints of Chenin #E1C073
RGB
CMYK
RGB Variations
Color information
#E1C073 (or 0xE1C073) is known color: Chenin. HEX triplet: E1, C0 and 73. RGB value is (225,192,115). Sum of RGB (Red+Green+Blue) = 225+192+115=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C073 is #1E3F8C. Grayscale: #C1C1C1. Windows color (decimal): -1982349 or 7586017. OLE color: 7586017.
HSL color Cylindrical-coordinate representation of color #E1C073: hue angle of 42º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1C073 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 115 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.12 |
| HSL | 42º | 0.65% | 0.67% | - |
| HSV(B) | 42º | 0.49% | 0.88% | - |
| XYZ | 53 | 54.94 | 24.03 | - |
| YUV | 193.09 | 83.93 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 115 | 0 | 0.15 | 0.49 | 0.12 | 42 | 0.65 | 0.67 |
| Hex | E1 | C0 | 73 | 0 | F | 31 | C | 2A | 41 | 43 |
| Octal | 341 | 300 | 163 | 0 | 17 | 61 | 14 | 52 | 101 | 103 |
| Binary | 11100001 | 11000000 | 1110011 | 0 | 1111 | 110001 | 1100 | 101010 | 1000001 | 1000011 |
Color Harmonies of #E1C073
Complementary color
Monochromatic Colors of #E1C073
Black with #E1C073
Text Example
Text Example
White with #E1C073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C073; }
p { color: rgb(225,192,115); }
H1.HeaderClassName
{
color: #E1C073;
}
.AnyTagClassName
{
color: #E1C073;
}
</style>
background-color css
<style>
a { background-color: #E1C073; }
a { background-color: rgb(225,192,115); }
div.DivClassName
{
background-color: #E1C073;
}
.BgClassName
{
background-color: #E1C073;
}
</style>
border-color css
<style>
span { border-color: #E1C073; }
span { border-color: rgb(225,192,115); }
td.TdClassName
{
border-color: #E1C073;
}
.TagClassName
{
border-color: #E1C073;
}
</style>