Shades of Half And Half #EEE9C7
Tints of Half And Half #EEE9C7
RGB
CMYK
RGB Variations
Color information
#EEE9C7 (or 0xEEE9C7) is known color: Half And Half. HEX triplet: EE, E9 and C7. RGB value is (238,233,199). Sum of RGB (Red+Green+Blue) = 238+233+199=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 233 (91.41% from 255 or 34.78% from 670); Blue value is 199 (78.12% from 255 or 29.70% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE9C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE9C7 is #111638. Grayscale: #E6E6E6. Windows color (decimal): -1119801 or 13101550. OLE color: 13101550.
HSL color Cylindrical-coordinate representation of color #EEE9C7: hue angle of 52.31º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEE9C7 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 199 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.07 |
| HSL | 52.31º | 0.53% | 0.86% | - |
| HSV(B) | 52.31º | 0.16% | 0.93% | - |
| XYZ | 74.71 | 80.58 | 65.65 | - |
| YUV | 230.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 199 | 0 | 0.02 | 0.16 | 0.07 | 52.31 | 0.53 | 0.86 |
| Hex | EE | E9 | C7 | 0 | 2 | 10 | 7 | 34 | 35 | 56 |
| Octal | 356 | 351 | 307 | 0 | 2 | 20 | 7 | 64 | 65 | 126 |
| Binary | 11101110 | 11101001 | 11000111 | 0 | 10 | 10000 | 111 | 110100 | 110101 | 1010110 |
Color Harmonies of #EEE9C7
Complementary color
Monochromatic Colors of #EEE9C7
Black with #EEE9C7
Text Example
Text Example
White with #EEE9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9C7; }
p { color: rgb(238,233,199); }
H1.HeaderClassName
{
color: #EEE9C7;
}
.AnyTagClassName
{
color: #EEE9C7;
}
</style>
background-color css
<style>
a { background-color: #EEE9C7; }
a { background-color: rgb(238,233,199); }
div.DivClassName
{
background-color: #EEE9C7;
}
.BgClassName
{
background-color: #EEE9C7;
}
</style>
border-color css
<style>
span { border-color: #EEE9C7; }
span { border-color: rgb(238,233,199); }
td.TdClassName
{
border-color: #EEE9C7;
}
.TagClassName
{
border-color: #EEE9C7;
}
</style>