Shades of Half And Half #E9E6CB
Tints of Half And Half #E9E6CB
RGB
CMYK
RGB Variations
Color information
#E9E6CB (or 0xE9E6CB) is known color: Half And Half. HEX triplet: E9, E6 and CB. RGB value is (233,230,203). Sum of RGB (Red+Green+Blue) = 233+230+203=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E6CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9E6CB is #161934. Grayscale: #E3E3E3. Windows color (decimal): -1448245 or 13362921. OLE color: 13362921.
HSL color Cylindrical-coordinate representation of color #E9E6CB: hue angle of 54º 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 #E9E6CB is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 230 | 203 | - |
CMYK | 0 | 0.01 | 0.13 | 0.09 |
HSL | 54º | 0.41% | 0.85% | - |
HSV(B) | 54º | 0.13% | 0.91% | - |
XYZ | 72.68 | 78.23 | 67.77 | - |
YUV | 227.82 | 113.99 | 131.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 230 | 203 | 0 | 0.01 | 0.13 | 0.09 | 54 | 0.41 | 0.85 |
Hex | E9 | E6 | CB | 0 | 1 | D | 9 | 36 | 29 | 55 |
Octal | 351 | 346 | 313 | 0 | 1 | 15 | 11 | 66 | 51 | 125 |
Binary | 11101001 | 11100110 | 11001011 | 0 | 1 | 1101 | 1001 | 110110 | 101001 | 1010101 |
Color Harmonies of #E9E6CB
Complementary color
Monochromatic Colors of #E9E6CB
Black with #E9E6CB
Text Example
Text Example
White with #E9E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E6CB; }
p { color: rgb(233,230,203); }
H1.HeaderClassName
{
color: #E9E6CB;
}
.AnyTagClassName
{
color: #E9E6CB;
}
</style>
background-color css
<style>
a { background-color: #E9E6CB; }
a { background-color: rgb(233,230,203); }
div.DivClassName
{
background-color: #E9E6CB;
}
.BgClassName
{
background-color: #E9E6CB;
}
</style>
border-color css
<style>
span { border-color: #E9E6CB; }
span { border-color: rgb(233,230,203); }
td.TdClassName
{
border-color: #E9E6CB;
}
.TagClassName
{
border-color: #E9E6CB;
}
</style>