Shades of Half And Half #E7E3CA
Tints of Half And Half #E7E3CA
RGB
CMYK
RGB Variations
Color information
#E7E3CA (or 0xE7E3CA) is known color: Half And Half. HEX triplet: E7, E3 and CA. RGB value is (231,227,202). Sum of RGB (Red+Green+Blue) = 231+227+202=660 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35% from 660); Green value is 227 (89.06% from 255 or 34.39% from 660); Blue value is 202 (79.30% from 255 or 30.61% from 660); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E3CA is #181C35. Grayscale: #E1E1E1. Windows color (decimal): -1580086 or 13296615. OLE color: 13296615.
HSL color Cylindrical-coordinate representation of color #E7E3CA: hue angle of 51.72º degrees, saturation: 0.38, 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 #E7E3CA is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 227 | 202 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.09 |
| HSL | 51.72º | 0.38% | 0.85% | - |
| HSV(B) | 51.72º | 0.13% | 0.91% | - |
| XYZ | 71.08 | 76.19 | 66.84 | - |
| YUV | 225.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 227 | 202 | 0 | 0.02 | 0.13 | 0.09 | 51.72 | 0.38 | 0.85 |
| Hex | E7 | E3 | CA | 0 | 2 | D | 9 | 34 | 26 | 55 |
| Octal | 347 | 343 | 312 | 0 | 2 | 15 | 11 | 64 | 46 | 125 |
| Binary | 11100111 | 11100011 | 11001010 | 0 | 10 | 1101 | 1001 | 110100 | 100110 | 1010101 |
Color Harmonies of #E7E3CA
Complementary color
Monochromatic Colors of #E7E3CA
Black with #E7E3CA
Text Example
Text Example
White with #E7E3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E3CA; }
p { color: rgb(231,227,202); }
H1.HeaderClassName
{
color: #E7E3CA;
}
.AnyTagClassName
{
color: #E7E3CA;
}
</style>
background-color css
<style>
a { background-color: #E7E3CA; }
a { background-color: rgb(231,227,202); }
div.DivClassName
{
background-color: #E7E3CA;
}
.BgClassName
{
background-color: #E7E3CA;
}
</style>
border-color css
<style>
span { border-color: #E7E3CA; }
span { border-color: rgb(231,227,202); }
td.TdClassName
{
border-color: #E7E3CA;
}
.TagClassName
{
border-color: #E7E3CA;
}
</style>