Shades of Chenin #E5C075
Tints of Chenin #E5C075
RGB
CMYK
RGB Variations
Color information
#E5C075 (or 0xE5C075) is known color: Chenin. HEX triplet: E5, C0 and 75. RGB value is (229,192,117). Sum of RGB (Red+Green+Blue) = 229+192+117=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C075 is #1A3F8A. Grayscale: #C2C2C2. Windows color (decimal): -1720203 or 7717093. OLE color: 7717093.
HSL color Cylindrical-coordinate representation of color #E5C075: hue angle of 40.18º degrees, saturation: 0.68, 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 #E5C075 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 192 | 117 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.10 |
| HSL | 40.18º | 0.68% | 0.68% | - |
| HSV(B) | 40.18º | 0.49% | 0.9% | - |
| XYZ | 54.37 | 55.64 | 24.7 | - |
| YUV | 194.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 192 | 117 | 0 | 0.16 | 0.49 | 0.10 | 40.18 | 0.68 | 0.68 |
| Hex | E5 | C0 | 75 | 0 | 10 | 31 | A | 28 | 44 | 44 |
| Octal | 345 | 300 | 165 | 0 | 20 | 61 | 12 | 50 | 104 | 104 |
| Binary | 11100101 | 11000000 | 1110101 | 0 | 10000 | 110001 | 1010 | 101000 | 1000100 | 1000100 |
Color Harmonies of #E5C075
Complementary color
Monochromatic Colors of #E5C075
Black with #E5C075
Text Example
Text Example
White with #E5C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C075; }
p { color: rgb(229,192,117); }
H1.HeaderClassName
{
color: #E5C075;
}
.AnyTagClassName
{
color: #E5C075;
}
</style>
background-color css
<style>
a { background-color: #E5C075; }
a { background-color: rgb(229,192,117); }
div.DivClassName
{
background-color: #E5C075;
}
.BgClassName
{
background-color: #E5C075;
}
</style>
border-color css
<style>
span { border-color: #E5C075; }
span { border-color: rgb(229,192,117); }
td.TdClassName
{
border-color: #E5C075;
}
.TagClassName
{
border-color: #E5C075;
}
</style>