Shades of Half And Half #E7E4C2
Tints of Half And Half #E7E4C2
RGB
CMYK
RGB Variations
Color information
#E7E4C2 (or 0xE7E4C2) is known color: Half And Half. HEX triplet: E7, E4 and C2. RGB value is (231,228,194). Sum of RGB (Red+Green+Blue) = 231+228+194=653 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.38% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 194 (76.17% from 255 or 29.71% from 653); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E4C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E4C2 is #181B3D. Grayscale: #E1E1E1. Windows color (decimal): -1579838 or 12772583. OLE color: 12772583.
HSL color Cylindrical-coordinate representation of color #E7E4C2: hue angle of 55.14º 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 #E7E4C2 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 194 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.09 |
| HSL | 55.14º | 0.44% | 0.83% | - |
| HSV(B) | 55.14º | 0.16% | 0.91% | - |
| XYZ | 70.44 | 76.37 | 62.07 | - |
| YUV | 225.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 194 | 0 | 0.01 | 0.16 | 0.09 | 55.14 | 0.44 | 0.83 |
| Hex | E7 | E4 | C2 | 0 | 1 | 10 | 9 | 37 | 2C | 53 |
| Octal | 347 | 344 | 302 | 0 | 1 | 20 | 11 | 67 | 54 | 123 |
| Binary | 11100111 | 11100100 | 11000010 | 0 | 1 | 10000 | 1001 | 110111 | 101100 | 1010011 |
Color Harmonies of #E7E4C2
Complementary color
Monochromatic Colors of #E7E4C2
Black with #E7E4C2
Text Example
Text Example
White with #E7E4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E4C2; }
p { color: rgb(231,228,194); }
H1.HeaderClassName
{
color: #E7E4C2;
}
.AnyTagClassName
{
color: #E7E4C2;
}
</style>
background-color css
<style>
a { background-color: #E7E4C2; }
a { background-color: rgb(231,228,194); }
div.DivClassName
{
background-color: #E7E4C2;
}
.BgClassName
{
background-color: #E7E4C2;
}
</style>
border-color css
<style>
span { border-color: #E7E4C2; }
span { border-color: rgb(231,228,194); }
td.TdClassName
{
border-color: #E7E4C2;
}
.TagClassName
{
border-color: #E7E4C2;
}
</style>