Shades of Half And Half #E9E5CE
Tints of Half And Half #E9E5CE
RGB
CMYK
RGB Variations
Color information
#E9E5CE (or 0xE9E5CE) is known color: Half And Half. HEX triplet: E9, E5 and CE. RGB value is (233,229,206). Sum of RGB (Red+Green+Blue) = 233+229+206=668 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.88% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E5CE is #161A31. Grayscale: #E3E3E3. Windows color (decimal): -1448498 or 13559273. OLE color: 13559273.
HSL color Cylindrical-coordinate representation of color #E9E5CE: hue angle of 51.11º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9E5CE is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 229 | 206 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.09 |
| HSL | 51.11º | 0.38% | 0.86% | - |
| HSV(B) | 51.11º | 0.12% | 0.91% | - |
| XYZ | 72.76 | 77.82 | 69.58 | - |
| YUV | 227.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 229 | 206 | 0 | 0.02 | 0.12 | 0.09 | 51.11 | 0.38 | 0.86 |
| Hex | E9 | E5 | CE | 0 | 2 | C | 9 | 33 | 26 | 56 |
| Octal | 351 | 345 | 316 | 0 | 2 | 14 | 11 | 63 | 46 | 126 |
| Binary | 11101001 | 11100101 | 11001110 | 0 | 10 | 1100 | 1001 | 110011 | 100110 | 1010110 |
Color Harmonies of #E9E5CE
Complementary color
Monochromatic Colors of #E9E5CE
Black with #E9E5CE
Text Example
Text Example
White with #E9E5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E5CE; }
p { color: rgb(233,229,206); }
H1.HeaderClassName
{
color: #E9E5CE;
}
.AnyTagClassName
{
color: #E9E5CE;
}
</style>
background-color css
<style>
a { background-color: #E9E5CE; }
a { background-color: rgb(233,229,206); }
div.DivClassName
{
background-color: #E9E5CE;
}
.BgClassName
{
background-color: #E9E5CE;
}
</style>
border-color css
<style>
span { border-color: #E9E5CE; }
span { border-color: rgb(233,229,206); }
td.TdClassName
{
border-color: #E9E5CE;
}
.TagClassName
{
border-color: #E9E5CE;
}
</style>