Shades of Chenin #E7C076
Tints of Chenin #E7C076
RGB
CMYK
RGB Variations
Color information
#E7C076 (or 0xE7C076) is known color: Chenin. HEX triplet: E7, C0 and 76. RGB value is (231,192,118). Sum of RGB (Red+Green+Blue) = 231+192+118=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C076 is #183F89. Grayscale: #C3C3C3. Windows color (decimal): -1589130 or 7782631. OLE color: 7782631.
HSL color Cylindrical-coordinate representation of color #E7C076: hue angle of 39.29º 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 #E7C076 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 118 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.09 |
| HSL | 39.29º | 0.7% | 0.68% | - |
| HSV(B) | 39.29º | 0.49% | 0.91% | - |
| XYZ | 55.07 | 56 | 25.05 | - |
| YUV | 195.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 118 | 0 | 0.17 | 0.49 | 0.09 | 39.29 | 0.7 | 0.68 |
| Hex | E7 | C0 | 76 | 0 | 11 | 31 | 9 | 27 | 46 | 44 |
| Octal | 347 | 300 | 166 | 0 | 21 | 61 | 11 | 47 | 106 | 104 |
| Binary | 11100111 | 11000000 | 1110110 | 0 | 10001 | 110001 | 1001 | 100111 | 1000110 | 1000100 |
Color Harmonies of #E7C076
Complementary color
Monochromatic Colors of #E7C076
Black with #E7C076
Text Example
Text Example
White with #E7C076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C076; }
p { color: rgb(231,192,118); }
H1.HeaderClassName
{
color: #E7C076;
}
.AnyTagClassName
{
color: #E7C076;
}
</style>
background-color css
<style>
a { background-color: #E7C076; }
a { background-color: rgb(231,192,118); }
div.DivClassName
{
background-color: #E7C076;
}
.BgClassName
{
background-color: #E7C076;
}
</style>
border-color css
<style>
span { border-color: #E7C076; }
span { border-color: rgb(231,192,118); }
td.TdClassName
{
border-color: #E7C076;
}
.TagClassName
{
border-color: #E7C076;
}
</style>