Shades of Half And Half #E9E8CB
Tints of Half And Half #E9E8CB
RGB
CMYK
RGB Variations
Color information
#E9E8CB (or 0xE9E8CB) is known color: Half And Half. HEX triplet: E9, E8 and CB. RGB value is (233,232,203). Sum of RGB (Red+Green+Blue) = 233+232+203=668 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.88% from 668); Green value is 232 (91.02% from 255 or 34.73% from 668); Blue value is 203 (79.69% from 255 or 30.39% from 668); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9E8CB is #161734. Grayscale: #E5E5E5. Windows color (decimal): -1447733 or 13363433. OLE color: 13363433.
HSL color Cylindrical-coordinate representation of color #E9E8CB: hue angle of 58º 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 #E9E8CB is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 232 | 203 | - |
| CMYK | 0 | 0.00 | 0.13 | 0.09 |
| HSL | 58º | 0.41% | 0.85% | - |
| HSV(B) | 58º | 0.13% | 0.91% | - |
| XYZ | 73.24 | 79.35 | 67.96 | - |
| YUV | 228.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 232 | 203 | 0 | 0.00 | 0.13 | 0.09 | 58 | 0.41 | 0.85 |
| Hex | E9 | E8 | CB | 0 | 0 | D | 9 | 3A | 29 | 55 |
| Octal | 351 | 350 | 313 | 0 | 0 | 15 | 11 | 72 | 51 | 125 |
| Binary | 11101001 | 11101000 | 11001011 | 0 | 0 | 1101 | 1001 | 111010 | 101001 | 1010101 |
Color Harmonies of #E9E8CB
Complementary color
Monochromatic Colors of #E9E8CB
Black with #E9E8CB
Text Example
Text Example
White with #E9E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E8CB; }
p { color: rgb(233,232,203); }
H1.HeaderClassName
{
color: #E9E8CB;
}
.AnyTagClassName
{
color: #E9E8CB;
}
</style>
background-color css
<style>
a { background-color: #E9E8CB; }
a { background-color: rgb(233,232,203); }
div.DivClassName
{
background-color: #E9E8CB;
}
.BgClassName
{
background-color: #E9E8CB;
}
</style>
border-color css
<style>
span { border-color: #E9E8CB; }
span { border-color: rgb(233,232,203); }
td.TdClassName
{
border-color: #E9E8CB;
}
.TagClassName
{
border-color: #E9E8CB;
}
</style>