Shades of Half And Half #E7E4CA
Tints of Half And Half #E7E4CA
RGB
CMYK
RGB Variations
Color information
#E7E4CA (or 0xE7E4CA) is known color: Half And Half. HEX triplet: E7, E4 and CA. RGB value is (231,228,202). Sum of RGB (Red+Green+Blue) = 231+228+202=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E4CA is #181B35. Grayscale: #E2E2E2. Windows color (decimal): -1579830 or 13296871. OLE color: 13296871.
HSL color Cylindrical-coordinate representation of color #E7E4CA: hue angle of 53.79º 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 #E7E4CA is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 228 | 202 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.09 |
| HSL | 53.79º | 0.38% | 0.85% | - |
| HSV(B) | 53.79º | 0.13% | 0.91% | - |
| XYZ | 71.36 | 76.74 | 66.93 | - |
| YUV | 225.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 228 | 202 | 0 | 0.01 | 0.13 | 0.09 | 53.79 | 0.38 | 0.85 |
| Hex | E7 | E4 | CA | 0 | 1 | D | 9 | 36 | 26 | 55 |
| Octal | 347 | 344 | 312 | 0 | 1 | 15 | 11 | 66 | 46 | 125 |
| Binary | 11100111 | 11100100 | 11001010 | 0 | 1 | 1101 | 1001 | 110110 | 100110 | 1010101 |
Color Harmonies of #E7E4CA
Complementary color
Monochromatic Colors of #E7E4CA
Black with #E7E4CA
Text Example
Text Example
White with #E7E4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E4CA; }
p { color: rgb(231,228,202); }
H1.HeaderClassName
{
color: #E7E4CA;
}
.AnyTagClassName
{
color: #E7E4CA;
}
</style>
background-color css
<style>
a { background-color: #E7E4CA; }
a { background-color: rgb(231,228,202); }
div.DivClassName
{
background-color: #E7E4CA;
}
.BgClassName
{
background-color: #E7E4CA;
}
</style>
border-color css
<style>
span { border-color: #E7E4CA; }
span { border-color: rgb(231,228,202); }
td.TdClassName
{
border-color: #E7E4CA;
}
.TagClassName
{
border-color: #E7E4CA;
}
</style>