Shades of Half And Half #E6E3CA
Tints of Half And Half #E6E3CA
RGB
CMYK
RGB Variations
Color information
#E6E3CA (or 0xE6E3CA) is known color: Half And Half. HEX triplet: E6, E3 and CA. RGB value is (230,227,202). Sum of RGB (Red+Green+Blue) = 230+227+202=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 227 (89.06% from 255 or 34.45% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E3CA is #191C35. Grayscale: #E1E1E1. Windows color (decimal): -1645622 or 13296614. OLE color: 13296614.
HSL color Cylindrical-coordinate representation of color #E6E3CA: hue angle of 53.57º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6E3CA is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 227 | 202 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.10 |
| HSL | 53.57º | 0.36% | 0.85% | - |
| HSV(B) | 53.57º | 0.12% | 0.9% | - |
| XYZ | 70.76 | 76.03 | 66.82 | - |
| YUV | 225.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 227 | 202 | 0 | 0.01 | 0.12 | 0.10 | 53.57 | 0.36 | 0.85 |
| Hex | E6 | E3 | CA | 0 | 1 | C | A | 36 | 24 | 55 |
| Octal | 346 | 343 | 312 | 0 | 1 | 14 | 12 | 66 | 44 | 125 |
| Binary | 11100110 | 11100011 | 11001010 | 0 | 1 | 1100 | 1010 | 110110 | 100100 | 1010101 |
Color Harmonies of #E6E3CA
Complementary color
Monochromatic Colors of #E6E3CA
Black with #E6E3CA
Text Example
Text Example
White with #E6E3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E3CA; }
p { color: rgb(230,227,202); }
H1.HeaderClassName
{
color: #E6E3CA;
}
.AnyTagClassName
{
color: #E6E3CA;
}
</style>
background-color css
<style>
a { background-color: #E6E3CA; }
a { background-color: rgb(230,227,202); }
div.DivClassName
{
background-color: #E6E3CA;
}
.BgClassName
{
background-color: #E6E3CA;
}
</style>
border-color css
<style>
span { border-color: #E6E3CA; }
span { border-color: rgb(230,227,202); }
td.TdClassName
{
border-color: #E6E3CA;
}
.TagClassName
{
border-color: #E6E3CA;
}
</style>