Shades of Half And Half #EEE9CC
Tints of Half And Half #EEE9CC
RGB
CMYK
RGB Variations
Color information
#EEE9CC (or 0xEEE9CC) is known color: Half And Half. HEX triplet: EE, E9 and CC. RGB value is (238,233,204). Sum of RGB (Red+Green+Blue) = 238+233+204=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 233 (91.41% from 255 or 34.52% from 675); Blue value is 204 (80.08% from 255 or 30.22% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE9CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE9CC is #111633. Grayscale: #E7E7E7. Windows color (decimal): -1119796 or 13429230. OLE color: 13429230.
HSL color Cylindrical-coordinate representation of color #EEE9CC: hue angle of 51.18º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEE9CC is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 204 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.07 |
| HSL | 51.18º | 0.5% | 0.87% | - |
| HSV(B) | 51.18º | 0.14% | 0.93% | - |
| XYZ | 75.3 | 80.81 | 68.76 | - |
| YUV | 231.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 204 | 0 | 0.02 | 0.14 | 0.07 | 51.18 | 0.5 | 0.87 |
| Hex | EE | E9 | CC | 0 | 2 | E | 7 | 33 | 32 | 57 |
| Octal | 356 | 351 | 314 | 0 | 2 | 16 | 7 | 63 | 62 | 127 |
| Binary | 11101110 | 11101001 | 11001100 | 0 | 10 | 1110 | 111 | 110011 | 110010 | 1010111 |
Color Harmonies of #EEE9CC
Complementary color
Monochromatic Colors of #EEE9CC
Black with #EEE9CC
Text Example
Text Example
White with #EEE9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9CC; }
p { color: rgb(238,233,204); }
H1.HeaderClassName
{
color: #EEE9CC;
}
.AnyTagClassName
{
color: #EEE9CC;
}
</style>
background-color css
<style>
a { background-color: #EEE9CC; }
a { background-color: rgb(238,233,204); }
div.DivClassName
{
background-color: #EEE9CC;
}
.BgClassName
{
background-color: #EEE9CC;
}
</style>
border-color css
<style>
span { border-color: #EEE9CC; }
span { border-color: rgb(238,233,204); }
td.TdClassName
{
border-color: #EEE9CC;
}
.TagClassName
{
border-color: #EEE9CC;
}
</style>