Shades of Chenin #E6C075
Tints of Chenin #E6C075
RGB
CMYK
RGB Variations
Color information
#E6C075 (or 0xE6C075) is known color: Chenin. HEX triplet: E6, C0 and 75. RGB value is (230,192,117). Sum of RGB (Red+Green+Blue) = 230+192+117=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C075 is #193F8A. Grayscale: #C3C3C3. Windows color (decimal): -1654667 or 7717094. OLE color: 7717094.
HSL color Cylindrical-coordinate representation of color #E6C075: hue angle of 39.82º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6C075 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 192 | 117 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.10 |
| HSL | 39.82º | 0.69% | 0.68% | - |
| HSV(B) | 39.82º | 0.49% | 0.9% | - |
| XYZ | 54.69 | 55.81 | 24.72 | - |
| YUV | 194.81 | 84.09 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 192 | 117 | 0 | 0.17 | 0.49 | 0.10 | 39.82 | 0.69 | 0.68 |
| Hex | E6 | C0 | 75 | 0 | 11 | 31 | A | 28 | 45 | 44 |
| Octal | 346 | 300 | 165 | 0 | 21 | 61 | 12 | 50 | 105 | 104 |
| Binary | 11100110 | 11000000 | 1110101 | 0 | 10001 | 110001 | 1010 | 101000 | 1000101 | 1000100 |
Color Harmonies of #E6C075
Complementary color
Monochromatic Colors of #E6C075
Black with #E6C075
Text Example
Text Example
White with #E6C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C075; }
p { color: rgb(230,192,117); }
H1.HeaderClassName
{
color: #E6C075;
}
.AnyTagClassName
{
color: #E6C075;
}
</style>
background-color css
<style>
a { background-color: #E6C075; }
a { background-color: rgb(230,192,117); }
div.DivClassName
{
background-color: #E6C075;
}
.BgClassName
{
background-color: #E6C075;
}
</style>
border-color css
<style>
span { border-color: #E6C075; }
span { border-color: rgb(230,192,117); }
td.TdClassName
{
border-color: #E6C075;
}
.TagClassName
{
border-color: #E6C075;
}
</style>