Shades of Chenin #E7CA75
Tints of Chenin #E7CA75
RGB
CMYK
RGB Variations
Color information
#E7CA75 (or 0xE7CA75) is known color: Chenin. HEX triplet: E7, CA and 75. RGB value is (231,202,117). Sum of RGB (Red+Green+Blue) = 231+202+117=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CA75 is #18358A. Grayscale: #C9C9C9. Windows color (decimal): -1586571 or 7719655. OLE color: 7719655.
HSL color Cylindrical-coordinate representation of color #E7CA75: hue angle of 44.74º 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 #E7CA75 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 202 | 117 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.09 |
| HSL | 44.74º | 0.7% | 0.68% | - |
| HSV(B) | 44.74º | 0.49% | 0.91% | - |
| XYZ | 57.29 | 60.51 | 25.49 | - |
| YUV | 200.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 202 | 117 | 0 | 0.13 | 0.49 | 0.09 | 44.74 | 0.7 | 0.68 |
| Hex | E7 | CA | 75 | 0 | D | 31 | 9 | 2D | 46 | 44 |
| Octal | 347 | 312 | 165 | 0 | 15 | 61 | 11 | 55 | 106 | 104 |
| Binary | 11100111 | 11001010 | 1110101 | 0 | 1101 | 110001 | 1001 | 101101 | 1000110 | 1000100 |
Color Harmonies of #E7CA75
Complementary color
Monochromatic Colors of #E7CA75
Black with #E7CA75
Text Example
Text Example
White with #E7CA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CA75; }
p { color: rgb(231,202,117); }
H1.HeaderClassName
{
color: #E7CA75;
}
.AnyTagClassName
{
color: #E7CA75;
}
</style>
background-color css
<style>
a { background-color: #E7CA75; }
a { background-color: rgb(231,202,117); }
div.DivClassName
{
background-color: #E7CA75;
}
.BgClassName
{
background-color: #E7CA75;
}
</style>
border-color css
<style>
span { border-color: #E7CA75; }
span { border-color: rgb(231,202,117); }
td.TdClassName
{
border-color: #E7CA75;
}
.TagClassName
{
border-color: #E7CA75;
}
</style>