Shades of Half And Half #E8E7CA
Tints of Half And Half #E8E7CA
RGB
CMYK
RGB Variations
Color information
#E8E7CA (or 0xE8E7CA) is known color: Half And Half. HEX triplet: E8, E7 and CA. RGB value is (232,231,202). Sum of RGB (Red+Green+Blue) = 232+231+202=665 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.89% from 665); Green value is 231 (90.62% from 255 or 34.74% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8E7CA is #171835. Grayscale: #E4E4E4. Windows color (decimal): -1513526 or 13297640. OLE color: 13297640.
HSL color Cylindrical-coordinate representation of color #E8E7CA: hue angle of 58º 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 #E8E7CA is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 231 | 202 | - |
| CMYK | 0 | 0.00 | 0.13 | 0.09 |
| HSL | 58º | 0.39% | 0.85% | - |
| HSV(B) | 58º | 0.13% | 0.91% | - |
| XYZ | 72.52 | 78.57 | 67.22 | - |
| YUV | 227.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 231 | 202 | 0 | 0.00 | 0.13 | 0.09 | 58 | 0.39 | 0.85 |
| Hex | E8 | E7 | CA | 0 | 0 | D | 9 | 3A | 27 | 55 |
| Octal | 350 | 347 | 312 | 0 | 0 | 15 | 11 | 72 | 47 | 125 |
| Binary | 11101000 | 11100111 | 11001010 | 0 | 0 | 1101 | 1001 | 111010 | 100111 | 1010101 |
Color Harmonies of #E8E7CA
Complementary color
Monochromatic Colors of #E8E7CA
Black with #E8E7CA
Text Example
Text Example
White with #E8E7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E7CA; }
p { color: rgb(232,231,202); }
H1.HeaderClassName
{
color: #E8E7CA;
}
.AnyTagClassName
{
color: #E8E7CA;
}
</style>
background-color css
<style>
a { background-color: #E8E7CA; }
a { background-color: rgb(232,231,202); }
div.DivClassName
{
background-color: #E8E7CA;
}
.BgClassName
{
background-color: #E8E7CA;
}
</style>
border-color css
<style>
span { border-color: #E8E7CA; }
span { border-color: rgb(232,231,202); }
td.TdClassName
{
border-color: #E8E7CA;
}
.TagClassName
{
border-color: #E8E7CA;
}
</style>