Shades of Half And Half #E9E6CA
Tints of Half And Half #E9E6CA
RGB
CMYK
RGB Variations
Color information
#E9E6CA (or 0xE9E6CA) is known color: Half And Half. HEX triplet: E9, E6 and CA. RGB value is (233,230,202). Sum of RGB (Red+Green+Blue) = 233+230+202=665 (88% of max value = 765). Red value is 233 (91.41% from 255 or 35.04% from 665); Green value is 230 (90.23% from 255 or 34.59% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9E6CA is #161935. Grayscale: #E3E3E3. Windows color (decimal): -1448246 or 13297385. OLE color: 13297385.
HSL color Cylindrical-coordinate representation of color #E9E6CA: hue angle of 54.19º degrees, saturation: 0.41, 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 #E9E6CA is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 230 | 202 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.09 |
| HSL | 54.19º | 0.41% | 0.85% | - |
| HSV(B) | 54.19º | 0.13% | 0.91% | - |
| XYZ | 72.56 | 78.18 | 67.14 | - |
| YUV | 227.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 230 | 202 | 0 | 0.01 | 0.13 | 0.09 | 54.19 | 0.41 | 0.85 |
| Hex | E9 | E6 | CA | 0 | 1 | D | 9 | 36 | 29 | 55 |
| Octal | 351 | 346 | 312 | 0 | 1 | 15 | 11 | 66 | 51 | 125 |
| Binary | 11101001 | 11100110 | 11001010 | 0 | 1 | 1101 | 1001 | 110110 | 101001 | 1010101 |
Color Harmonies of #E9E6CA
Complementary color
Monochromatic Colors of #E9E6CA
Black with #E9E6CA
Text Example
Text Example
White with #E9E6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E6CA; }
p { color: rgb(233,230,202); }
H1.HeaderClassName
{
color: #E9E6CA;
}
.AnyTagClassName
{
color: #E9E6CA;
}
</style>
background-color css
<style>
a { background-color: #E9E6CA; }
a { background-color: rgb(233,230,202); }
div.DivClassName
{
background-color: #E9E6CA;
}
.BgClassName
{
background-color: #E9E6CA;
}
</style>
border-color css
<style>
span { border-color: #E9E6CA; }
span { border-color: rgb(233,230,202); }
td.TdClassName
{
border-color: #E9E6CA;
}
.TagClassName
{
border-color: #E9E6CA;
}
</style>