Shades of Chenin #E1C473
Tints of Chenin #E1C473
RGB
CMYK
RGB Variations
Color information
#E1C473 (or 0xE1C473) is known color: Chenin. HEX triplet: E1, C4 and 73. RGB value is (225,196,115). Sum of RGB (Red+Green+Blue) = 225+196+115=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C473 is #1E3B8C. Grayscale: #C3C3C3. Windows color (decimal): -1981325 or 7587041. OLE color: 7587041.
HSL color Cylindrical-coordinate representation of color #E1C473: hue angle of 44.18º 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 #E1C473 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 196 | 115 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.12 |
| HSL | 44.18º | 0.65% | 0.67% | - |
| HSV(B) | 44.18º | 0.49% | 0.88% | - |
| XYZ | 53.89 | 56.73 | 24.33 | - |
| YUV | 195.44 | 82.61 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 196 | 115 | 0 | 0.13 | 0.49 | 0.12 | 44.18 | 0.65 | 0.67 |
| Hex | E1 | C4 | 73 | 0 | D | 31 | C | 2C | 41 | 43 |
| Octal | 341 | 304 | 163 | 0 | 15 | 61 | 14 | 54 | 101 | 103 |
| Binary | 11100001 | 11000100 | 1110011 | 0 | 1101 | 110001 | 1100 | 101100 | 1000001 | 1000011 |
Color Harmonies of #E1C473
Complementary color
Monochromatic Colors of #E1C473
Black with #E1C473
Text Example
Text Example
White with #E1C473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C473; }
p { color: rgb(225,196,115); }
H1.HeaderClassName
{
color: #E1C473;
}
.AnyTagClassName
{
color: #E1C473;
}
</style>
background-color css
<style>
a { background-color: #E1C473; }
a { background-color: rgb(225,196,115); }
div.DivClassName
{
background-color: #E1C473;
}
.BgClassName
{
background-color: #E1C473;
}
</style>
border-color css
<style>
span { border-color: #E1C473; }
span { border-color: rgb(225,196,115); }
td.TdClassName
{
border-color: #E1C473;
}
.TagClassName
{
border-color: #E1C473;
}
</style>