Shades of Half And Half #E8E4CA
Tints of Half And Half #E8E4CA
RGB
CMYK
RGB Variations
Color information
#E8E4CA (or 0xE8E4CA) is known color: Half And Half. HEX triplet: E8, E4 and CA. RGB value is (232,228,202). Sum of RGB (Red+Green+Blue) = 232+228+202=662 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.05% from 662); Green value is 228 (89.45% from 255 or 34.44% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E4CA is #171B35. Grayscale: #E2E2E2. Windows color (decimal): -1514294 or 13296872. OLE color: 13296872.
HSL color Cylindrical-coordinate representation of color #E8E4CA: hue angle of 52º 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 #E8E4CA is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 228 | 202 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.09 |
| HSL | 52º | 0.39% | 0.85% | - |
| HSV(B) | 52º | 0.13% | 0.91% | - |
| XYZ | 71.68 | 76.91 | 66.94 | - |
| YUV | 226.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 228 | 202 | 0 | 0.02 | 0.13 | 0.09 | 52 | 0.39 | 0.85 |
| Hex | E8 | E4 | CA | 0 | 2 | D | 9 | 34 | 27 | 55 |
| Octal | 350 | 344 | 312 | 0 | 2 | 15 | 11 | 64 | 47 | 125 |
| Binary | 11101000 | 11100100 | 11001010 | 0 | 10 | 1101 | 1001 | 110100 | 100111 | 1010101 |
Color Harmonies of #E8E4CA
Complementary color
Monochromatic Colors of #E8E4CA
Black with #E8E4CA
Text Example
Text Example
White with #E8E4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E4CA; }
p { color: rgb(232,228,202); }
H1.HeaderClassName
{
color: #E8E4CA;
}
.AnyTagClassName
{
color: #E8E4CA;
}
</style>
background-color css
<style>
a { background-color: #E8E4CA; }
a { background-color: rgb(232,228,202); }
div.DivClassName
{
background-color: #E8E4CA;
}
.BgClassName
{
background-color: #E8E4CA;
}
</style>
border-color css
<style>
span { border-color: #E8E4CA; }
span { border-color: rgb(232,228,202); }
td.TdClassName
{
border-color: #E8E4CA;
}
.TagClassName
{
border-color: #E8E4CA;
}
</style>