Shades of Half And Half #E8E4C9
Tints of Half And Half #E8E4C9
RGB
CMYK
RGB Variations
Color information
#E8E4C9 (or 0xE8E4C9) is known color: Half And Half. HEX triplet: E8, E4 and C9. RGB value is (232,228,201). Sum of RGB (Red+Green+Blue) = 232+228+201=661 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.10% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 201 (78.91% from 255 or 30.41% from 661); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E4C9 is #171B36. Grayscale: #E2E2E2. Windows color (decimal): -1514295 or 13231336. OLE color: 13231336.
HSL color Cylindrical-coordinate representation of color #E8E4C9: hue angle of 52.26º degrees, saturation: 0.4, 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 #E8E4C9 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 228 | 201 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.09 |
| HSL | 52.26º | 0.4% | 0.85% | - |
| HSV(B) | 52.26º | 0.13% | 0.91% | - |
| XYZ | 71.56 | 76.86 | 66.32 | - |
| YUV | 226.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 228 | 201 | 0 | 0.02 | 0.13 | 0.09 | 52.26 | 0.4 | 0.85 |
| Hex | E8 | E4 | C9 | 0 | 2 | D | 9 | 34 | 28 | 55 |
| Octal | 350 | 344 | 311 | 0 | 2 | 15 | 11 | 64 | 50 | 125 |
| Binary | 11101000 | 11100100 | 11001001 | 0 | 10 | 1101 | 1001 | 110100 | 101000 | 1010101 |
Color Harmonies of #E8E4C9
Complementary color
Monochromatic Colors of #E8E4C9
Black with #E8E4C9
Text Example
Text Example
White with #E8E4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E4C9; }
p { color: rgb(232,228,201); }
H1.HeaderClassName
{
color: #E8E4C9;
}
.AnyTagClassName
{
color: #E8E4C9;
}
</style>
background-color css
<style>
a { background-color: #E8E4C9; }
a { background-color: rgb(232,228,201); }
div.DivClassName
{
background-color: #E8E4C9;
}
.BgClassName
{
background-color: #E8E4C9;
}
</style>
border-color css
<style>
span { border-color: #E8E4C9; }
span { border-color: rgb(232,228,201); }
td.TdClassName
{
border-color: #E8E4C9;
}
.TagClassName
{
border-color: #E8E4C9;
}
</style>