Shades of Half And Half #E7E5C0
Tints of Half And Half #E7E5C0
RGB
CMYK
RGB Variations
Color information
#E7E5C0 (or 0xE7E5C0) is known color: Half And Half. HEX triplet: E7, E5 and C0. RGB value is (231,229,192). Sum of RGB (Red+Green+Blue) = 231+229+192=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 192 (75.39% from 255 or 29.45% from 652); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E5C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E5C0 is #181A3F. Grayscale: #E1E1E1. Windows color (decimal): -1579584 or 12641767. OLE color: 12641767.
HSL color Cylindrical-coordinate representation of color #E7E5C0: hue angle of 56.92º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7E5C0 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 229 | 192 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.09 |
| HSL | 56.92º | 0.45% | 0.83% | - |
| HSV(B) | 56.92º | 0.17% | 0.91% | - |
| XYZ | 70.49 | 76.83 | 60.98 | - |
| YUV | 225.38 | 109.16 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 229 | 192 | 0 | 0.01 | 0.17 | 0.09 | 56.92 | 0.45 | 0.83 |
| Hex | E7 | E5 | C0 | 0 | 1 | 11 | 9 | 39 | 2D | 53 |
| Octal | 347 | 345 | 300 | 0 | 1 | 21 | 11 | 71 | 55 | 123 |
| Binary | 11100111 | 11100101 | 11000000 | 0 | 1 | 10001 | 1001 | 111001 | 101101 | 1010011 |
Color Harmonies of #E7E5C0
Complementary color
Monochromatic Colors of #E7E5C0
Black with #E7E5C0
Text Example
Text Example
White with #E7E5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E5C0; }
p { color: rgb(231,229,192); }
H1.HeaderClassName
{
color: #E7E5C0;
}
.AnyTagClassName
{
color: #E7E5C0;
}
</style>
background-color css
<style>
a { background-color: #E7E5C0; }
a { background-color: rgb(231,229,192); }
div.DivClassName
{
background-color: #E7E5C0;
}
.BgClassName
{
background-color: #E7E5C0;
}
</style>
border-color css
<style>
span { border-color: #E7E5C0; }
span { border-color: rgb(231,229,192); }
td.TdClassName
{
border-color: #E7E5C0;
}
.TagClassName
{
border-color: #E7E5C0;
}
</style>