Shades of Chenin #E7C475
Tints of Chenin #E7C475
RGB
CMYK
RGB Variations
Color information
#E7C475 (or 0xE7C475) is known color: Chenin. HEX triplet: E7, C4 and 75. RGB value is (231,196,117). Sum of RGB (Red+Green+Blue) = 231+196+117=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 196 (76.95% from 255 or 36.03% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C475 is #183B8A. Grayscale: #C5C5C5. Windows color (decimal): -1588107 or 7718119. OLE color: 7718119.
HSL color Cylindrical-coordinate representation of color #E7C475: hue angle of 41.58º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7C475 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 196 | 117 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.09 |
| HSL | 41.58º | 0.7% | 0.68% | - |
| HSV(B) | 41.58º | 0.49% | 0.91% | - |
| XYZ | 55.91 | 57.75 | 25.03 | - |
| YUV | 197.46 | 82.6 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 196 | 117 | 0 | 0.15 | 0.49 | 0.09 | 41.58 | 0.7 | 0.68 |
| Hex | E7 | C4 | 75 | 0 | F | 31 | 9 | 2A | 46 | 44 |
| Octal | 347 | 304 | 165 | 0 | 17 | 61 | 11 | 52 | 106 | 104 |
| Binary | 11100111 | 11000100 | 1110101 | 0 | 1111 | 110001 | 1001 | 101010 | 1000110 | 1000100 |
Color Harmonies of #E7C475
Complementary color
Monochromatic Colors of #E7C475
Black with #E7C475
Text Example
Text Example
White with #E7C475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C475; }
p { color: rgb(231,196,117); }
H1.HeaderClassName
{
color: #E7C475;
}
.AnyTagClassName
{
color: #E7C475;
}
</style>
background-color css
<style>
a { background-color: #E7C475; }
a { background-color: rgb(231,196,117); }
div.DivClassName
{
background-color: #E7C475;
}
.BgClassName
{
background-color: #E7C475;
}
</style>
border-color css
<style>
span { border-color: #E7C475; }
span { border-color: rgb(231,196,117); }
td.TdClassName
{
border-color: #E7C475;
}
.TagClassName
{
border-color: #E7C475;
}
</style>