Shades of Half And Half #E7E4C3
Tints of Half And Half #E7E4C3
RGB
CMYK
RGB Variations
Color information
#E7E4C3 (or 0xE7E4C3) is known color: Half And Half. HEX triplet: E7, E4 and C3. RGB value is (231,228,195). Sum of RGB (Red+Green+Blue) = 231+228+195=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 195 (76.56% from 255 or 29.82% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E4C3 is #181B3C. Grayscale: #E1E1E1. Windows color (decimal): -1579837 or 12838119. OLE color: 12838119.
HSL color Cylindrical-coordinate representation of color #E7E4C3: hue angle of 55º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7E4C3 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 195 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.09 |
| HSL | 55º | 0.43% | 0.84% | - |
| HSV(B) | 55º | 0.16% | 0.91% | - |
| XYZ | 70.55 | 76.42 | 62.66 | - |
| YUV | 225.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 195 | 0 | 0.01 | 0.16 | 0.09 | 55 | 0.43 | 0.84 |
| Hex | E7 | E4 | C3 | 0 | 1 | 10 | 9 | 37 | 2B | 54 |
| Octal | 347 | 344 | 303 | 0 | 1 | 20 | 11 | 67 | 53 | 124 |
| Binary | 11100111 | 11100100 | 11000011 | 0 | 1 | 10000 | 1001 | 110111 | 101011 | 1010100 |
Color Harmonies of #E7E4C3
Complementary color
Monochromatic Colors of #E7E4C3
Black with #E7E4C3
Text Example
Text Example
White with #E7E4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E4C3; }
p { color: rgb(231,228,195); }
H1.HeaderClassName
{
color: #E7E4C3;
}
.AnyTagClassName
{
color: #E7E4C3;
}
</style>
background-color css
<style>
a { background-color: #E7E4C3; }
a { background-color: rgb(231,228,195); }
div.DivClassName
{
background-color: #E7E4C3;
}
.BgClassName
{
background-color: #E7E4C3;
}
</style>
border-color css
<style>
span { border-color: #E7E4C3; }
span { border-color: rgb(231,228,195); }
td.TdClassName
{
border-color: #E7E4C3;
}
.TagClassName
{
border-color: #E7E4C3;
}
</style>