Shades of Half And Half #EEE9C4
Tints of Half And Half #EEE9C4
RGB
CMYK
RGB Variations
Color information
#EEE9C4 (or 0xEEE9C4) is known color: Half And Half. HEX triplet: EE, E9 and C4. RGB value is (238,233,196). Sum of RGB (Red+Green+Blue) = 238+233+196=667 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.68% from 667); Green value is 233 (91.41% from 255 or 34.93% from 667); Blue value is 196 (76.95% from 255 or 29.39% from 667); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE9C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE9C4 is #11163B. Grayscale: #E6E6E6. Windows color (decimal): -1119804 or 12904942. OLE color: 12904942.
HSL color Cylindrical-coordinate representation of color #EEE9C4: hue angle of 52.86º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEE9C4 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 196 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.07 |
| HSL | 52.86º | 0.55% | 0.85% | - |
| HSV(B) | 52.86º | 0.18% | 0.93% | - |
| XYZ | 74.36 | 80.44 | 63.83 | - |
| YUV | 230.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 196 | 0 | 0.02 | 0.18 | 0.07 | 52.86 | 0.55 | 0.85 |
| Hex | EE | E9 | C4 | 0 | 2 | 12 | 7 | 35 | 37 | 55 |
| Octal | 356 | 351 | 304 | 0 | 2 | 22 | 7 | 65 | 67 | 125 |
| Binary | 11101110 | 11101001 | 11000100 | 0 | 10 | 10010 | 111 | 110101 | 110111 | 1010101 |
Color Harmonies of #EEE9C4
Complementary color
Monochromatic Colors of #EEE9C4
Black with #EEE9C4
Text Example
Text Example
White with #EEE9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9C4; }
p { color: rgb(238,233,196); }
H1.HeaderClassName
{
color: #EEE9C4;
}
.AnyTagClassName
{
color: #EEE9C4;
}
</style>
background-color css
<style>
a { background-color: #EEE9C4; }
a { background-color: rgb(238,233,196); }
div.DivClassName
{
background-color: #EEE9C4;
}
.BgClassName
{
background-color: #EEE9C4;
}
</style>
border-color css
<style>
span { border-color: #EEE9C4; }
span { border-color: rgb(238,233,196); }
td.TdClassName
{
border-color: #EEE9C4;
}
.TagClassName
{
border-color: #EEE9C4;
}
</style>