Shades of Half And Half #E7E4C8
Tints of Half And Half #E7E4C8
RGB
CMYK
RGB Variations
Color information
#E7E4C8 (or 0xE7E4C8) is known color: Half And Half. HEX triplet: E7, E4 and C8. RGB value is (231,228,200). Sum of RGB (Red+Green+Blue) = 231+228+200=659 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.05% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 200 (78.52% from 255 or 30.35% from 659); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E4C8 is #181B37. Grayscale: #E1E1E1. Windows color (decimal): -1579832 or 13165799. OLE color: 13165799.
HSL color Cylindrical-coordinate representation of color #E7E4C8: hue angle of 54.19º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7E4C8 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 200 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.09 |
| HSL | 54.19º | 0.39% | 0.85% | - |
| HSV(B) | 54.19º | 0.13% | 0.91% | - |
| XYZ | 71.12 | 76.65 | 65.69 | - |
| YUV | 225.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 200 | 0 | 0.01 | 0.13 | 0.09 | 54.19 | 0.39 | 0.85 |
| Hex | E7 | E4 | C8 | 0 | 1 | D | 9 | 36 | 27 | 55 |
| Octal | 347 | 344 | 310 | 0 | 1 | 15 | 11 | 66 | 47 | 125 |
| Binary | 11100111 | 11100100 | 11001000 | 0 | 1 | 1101 | 1001 | 110110 | 100111 | 1010101 |
Color Harmonies of #E7E4C8
Complementary color
Monochromatic Colors of #E7E4C8
Black with #E7E4C8
Text Example
Text Example
White with #E7E4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E4C8; }
p { color: rgb(231,228,200); }
H1.HeaderClassName
{
color: #E7E4C8;
}
.AnyTagClassName
{
color: #E7E4C8;
}
</style>
background-color css
<style>
a { background-color: #E7E4C8; }
a { background-color: rgb(231,228,200); }
div.DivClassName
{
background-color: #E7E4C8;
}
.BgClassName
{
background-color: #E7E4C8;
}
</style>
border-color css
<style>
span { border-color: #E7E4C8; }
span { border-color: rgb(231,228,200); }
td.TdClassName
{
border-color: #E7E4C8;
}
.TagClassName
{
border-color: #E7E4C8;
}
</style>