Shades of Half And Half #EEE9C0
Tints of Half And Half #EEE9C0
RGB
CMYK
RGB Variations
Color information
#EEE9C0 (or 0xEEE9C0) is known color: Half And Half. HEX triplet: EE, E9 and C0. RGB value is (238,233,192). Sum of RGB (Red+Green+Blue) = 238+233+192=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 233 (91.41% from 255 or 35.14% from 663); Blue value is 192 (75.39% from 255 or 28.96% from 663); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE9C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE9C0 is #11163F. Grayscale: #E5E5E5. Windows color (decimal): -1119808 or 12642798. OLE color: 12642798.
HSL color Cylindrical-coordinate representation of color #EEE9C0: hue angle of 53.48º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEE9C0 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 192 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.07 |
| HSL | 53.48º | 0.58% | 0.84% | - |
| HSV(B) | 53.48º | 0.19% | 0.93% | - |
| XYZ | 73.91 | 80.26 | 61.47 | - |
| YUV | 229.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 192 | 0 | 0.02 | 0.19 | 0.07 | 53.48 | 0.58 | 0.84 |
| Hex | EE | E9 | C0 | 0 | 2 | 13 | 7 | 35 | 3A | 54 |
| Octal | 356 | 351 | 300 | 0 | 2 | 23 | 7 | 65 | 72 | 124 |
| Binary | 11101110 | 11101001 | 11000000 | 0 | 10 | 10011 | 111 | 110101 | 111010 | 1010100 |
Color Harmonies of #EEE9C0
Complementary color
Monochromatic Colors of #EEE9C0
Black with #EEE9C0
Text Example
Text Example
White with #EEE9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9C0; }
p { color: rgb(238,233,192); }
H1.HeaderClassName
{
color: #EEE9C0;
}
.AnyTagClassName
{
color: #EEE9C0;
}
</style>
background-color css
<style>
a { background-color: #EEE9C0; }
a { background-color: rgb(238,233,192); }
div.DivClassName
{
background-color: #EEE9C0;
}
.BgClassName
{
background-color: #EEE9C0;
}
</style>
border-color css
<style>
span { border-color: #EEE9C0; }
span { border-color: rgb(238,233,192); }
td.TdClassName
{
border-color: #EEE9C0;
}
.TagClassName
{
border-color: #EEE9C0;
}
</style>