Shades of Half And Half #E8E3CA
Tints of Half And Half #E8E3CA
RGB
CMYK
RGB Variations
Color information
#E8E3CA (or 0xE8E3CA) is known color: Half And Half. HEX triplet: E8, E3 and CA. RGB value is (232,227,202). Sum of RGB (Red+Green+Blue) = 232+227+202=661 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.10% from 661); Green value is 227 (89.06% from 255 or 34.34% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8E3CA is #171C35. Grayscale: #E1E1E1. Windows color (decimal): -1514550 or 13296616. OLE color: 13296616.
HSL color Cylindrical-coordinate representation of color #E8E3CA: hue angle of 50º 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 #E8E3CA is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 227 | 202 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.09 |
| HSL | 50º | 0.39% | 0.85% | - |
| HSV(B) | 50º | 0.13% | 0.91% | - |
| XYZ | 71.41 | 76.36 | 66.85 | - |
| YUV | 225.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 227 | 202 | 0 | 0.02 | 0.13 | 0.09 | 50 | 0.39 | 0.85 |
| Hex | E8 | E3 | CA | 0 | 2 | D | 9 | 32 | 27 | 55 |
| Octal | 350 | 343 | 312 | 0 | 2 | 15 | 11 | 62 | 47 | 125 |
| Binary | 11101000 | 11100011 | 11001010 | 0 | 10 | 1101 | 1001 | 110010 | 100111 | 1010101 |
Color Harmonies of #E8E3CA
Complementary color
Monochromatic Colors of #E8E3CA
Black with #E8E3CA
Text Example
Text Example
White with #E8E3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E3CA; }
p { color: rgb(232,227,202); }
H1.HeaderClassName
{
color: #E8E3CA;
}
.AnyTagClassName
{
color: #E8E3CA;
}
</style>
background-color css
<style>
a { background-color: #E8E3CA; }
a { background-color: rgb(232,227,202); }
div.DivClassName
{
background-color: #E8E3CA;
}
.BgClassName
{
background-color: #E8E3CA;
}
</style>
border-color css
<style>
span { border-color: #E8E3CA; }
span { border-color: rgb(232,227,202); }
td.TdClassName
{
border-color: #E8E3CA;
}
.TagClassName
{
border-color: #E8E3CA;
}
</style>