Shades of Half And Half #EEE8C2
Tints of Half And Half #EEE8C2
RGB
CMYK
RGB Variations
Color information
#EEE8C2 (or 0xEEE8C2) is known color: Half And Half. HEX triplet: EE, E8 and C2. RGB value is (238,232,194). Sum of RGB (Red+Green+Blue) = 238+232+194=664 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.84% from 664); Green value is 232 (91.02% from 255 or 34.94% from 664); Blue value is 194 (76.17% from 255 or 29.22% from 664); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8C2 is #11173D. Grayscale: #E5E5E5. Windows color (decimal): -1120062 or 12773614. OLE color: 12773614.
HSL color Cylindrical-coordinate representation of color #EEE8C2: hue angle of 51.82º degrees, saturation: 0.56, 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 #EEE8C2 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 194 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.07 |
| HSL | 51.82º | 0.56% | 0.85% | - |
| HSV(B) | 51.82º | 0.18% | 0.93% | - |
| XYZ | 73.85 | 79.79 | 62.55 | - |
| YUV | 229.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 194 | 0 | 0.03 | 0.18 | 0.07 | 51.82 | 0.56 | 0.85 |
| Hex | EE | E8 | C2 | 0 | 3 | 12 | 7 | 34 | 38 | 55 |
| Octal | 356 | 350 | 302 | 0 | 3 | 22 | 7 | 64 | 70 | 125 |
| Binary | 11101110 | 11101000 | 11000010 | 0 | 11 | 10010 | 111 | 110100 | 111000 | 1010101 |
Color Harmonies of #EEE8C2
Complementary color
Monochromatic Colors of #EEE8C2
Black with #EEE8C2
Text Example
Text Example
White with #EEE8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8C2; }
p { color: rgb(238,232,194); }
H1.HeaderClassName
{
color: #EEE8C2;
}
.AnyTagClassName
{
color: #EEE8C2;
}
</style>
background-color css
<style>
a { background-color: #EEE8C2; }
a { background-color: rgb(238,232,194); }
div.DivClassName
{
background-color: #EEE8C2;
}
.BgClassName
{
background-color: #EEE8C2;
}
</style>
border-color css
<style>
span { border-color: #EEE8C2; }
span { border-color: rgb(238,232,194); }
td.TdClassName
{
border-color: #EEE8C2;
}
.TagClassName
{
border-color: #EEE8C2;
}
</style>