Shades of Half And Half #E7E5C2
Tints of Half And Half #E7E5C2
RGB
CMYK
RGB Variations
Color information
#E7E5C2 (or 0xE7E5C2) is known color: Half And Half. HEX triplet: E7, E5 and C2. RGB value is (231,229,194). Sum of RGB (Red+Green+Blue) = 231+229+194=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 194 (76.17% from 255 or 29.66% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E5C2 is #181A3D. Grayscale: #E1E1E1. Windows color (decimal): -1579582 or 12772839. OLE color: 12772839.
HSL color Cylindrical-coordinate representation of color #E7E5C2: hue angle of 56.76º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7E5C2 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 229 | 194 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.09 |
| HSL | 56.76º | 0.44% | 0.83% | - |
| HSV(B) | 56.76º | 0.16% | 0.91% | - |
| XYZ | 70.71 | 76.92 | 62.16 | - |
| YUV | 225.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 229 | 194 | 0 | 0.01 | 0.16 | 0.09 | 56.76 | 0.44 | 0.83 |
| Hex | E7 | E5 | C2 | 0 | 1 | 10 | 9 | 39 | 2C | 53 |
| Octal | 347 | 345 | 302 | 0 | 1 | 20 | 11 | 71 | 54 | 123 |
| Binary | 11100111 | 11100101 | 11000010 | 0 | 1 | 10000 | 1001 | 111001 | 101100 | 1010011 |
Color Harmonies of #E7E5C2
Complementary color
Monochromatic Colors of #E7E5C2
Black with #E7E5C2
Text Example
Text Example
White with #E7E5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E5C2; }
p { color: rgb(231,229,194); }
H1.HeaderClassName
{
color: #E7E5C2;
}
.AnyTagClassName
{
color: #E7E5C2;
}
</style>
background-color css
<style>
a { background-color: #E7E5C2; }
a { background-color: rgb(231,229,194); }
div.DivClassName
{
background-color: #E7E5C2;
}
.BgClassName
{
background-color: #E7E5C2;
}
</style>
border-color css
<style>
span { border-color: #E7E5C2; }
span { border-color: rgb(231,229,194); }
td.TdClassName
{
border-color: #E7E5C2;
}
.TagClassName
{
border-color: #E7E5C2;
}
</style>