Shades of Half And Half #EEE9CB
Tints of Half And Half #EEE9CB
RGB
CMYK
RGB Variations
Color information
#EEE9CB (or 0xEEE9CB) is known color: Half And Half. HEX triplet: EE, E9 and CB. RGB value is (238,233,203). Sum of RGB (Red+Green+Blue) = 238+233+203=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 203 (79.69% from 255 or 30.12% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE9CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE9CB is #111634. Grayscale: #E7E7E7. Windows color (decimal): -1119797 or 13363694. OLE color: 13363694.
HSL color Cylindrical-coordinate representation of color #EEE9CB: hue angle of 51.43º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEE9CB is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 203 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.07 |
| HSL | 51.43º | 0.51% | 0.86% | - |
| HSV(B) | 51.43º | 0.15% | 0.93% | - |
| XYZ | 75.18 | 80.77 | 68.13 | - |
| YUV | 231.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 203 | 0 | 0.02 | 0.15 | 0.07 | 51.43 | 0.51 | 0.86 |
| Hex | EE | E9 | CB | 0 | 2 | F | 7 | 33 | 33 | 56 |
| Octal | 356 | 351 | 313 | 0 | 2 | 17 | 7 | 63 | 63 | 126 |
| Binary | 11101110 | 11101001 | 11001011 | 0 | 10 | 1111 | 111 | 110011 | 110011 | 1010110 |
Color Harmonies of #EEE9CB
Complementary color
Monochromatic Colors of #EEE9CB
Black with #EEE9CB
Text Example
Text Example
White with #EEE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9CB; }
p { color: rgb(238,233,203); }
H1.HeaderClassName
{
color: #EEE9CB;
}
.AnyTagClassName
{
color: #EEE9CB;
}
</style>
background-color css
<style>
a { background-color: #EEE9CB; }
a { background-color: rgb(238,233,203); }
div.DivClassName
{
background-color: #EEE9CB;
}
.BgClassName
{
background-color: #EEE9CB;
}
</style>
border-color css
<style>
span { border-color: #EEE9CB; }
span { border-color: rgb(238,233,203); }
td.TdClassName
{
border-color: #EEE9CB;
}
.TagClassName
{
border-color: #EEE9CB;
}
</style>