Shades of Half And Half #EEE8C1
Tints of Half And Half #EEE8C1
RGB
CMYK
RGB Variations
Color information
#EEE8C1 (or 0xEEE8C1) is known color: Half And Half. HEX triplet: EE, E8 and C1. RGB value is (238,232,193). Sum of RGB (Red+Green+Blue) = 238+232+193=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 193 (75.78% from 255 or 29.11% from 663); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8C1 is #11173E. Grayscale: #E5E5E5. Windows color (decimal): -1120063 or 12708078. OLE color: 12708078.
HSL color Cylindrical-coordinate representation of color #EEE8C1: hue angle of 52º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEE8C1 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 193 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.07 |
| HSL | 52º | 0.57% | 0.85% | - |
| HSV(B) | 52º | 0.19% | 0.93% | - |
| XYZ | 73.74 | 79.74 | 61.96 | - |
| YUV | 229.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 193 | 0 | 0.03 | 0.19 | 0.07 | 52 | 0.57 | 0.85 |
| Hex | EE | E8 | C1 | 0 | 3 | 13 | 7 | 34 | 39 | 55 |
| Octal | 356 | 350 | 301 | 0 | 3 | 23 | 7 | 64 | 71 | 125 |
| Binary | 11101110 | 11101000 | 11000001 | 0 | 11 | 10011 | 111 | 110100 | 111001 | 1010101 |
Color Harmonies of #EEE8C1
Complementary color
Monochromatic Colors of #EEE8C1
Black with #EEE8C1
Text Example
Text Example
White with #EEE8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8C1; }
p { color: rgb(238,232,193); }
H1.HeaderClassName
{
color: #EEE8C1;
}
.AnyTagClassName
{
color: #EEE8C1;
}
</style>
background-color css
<style>
a { background-color: #EEE8C1; }
a { background-color: rgb(238,232,193); }
div.DivClassName
{
background-color: #EEE8C1;
}
.BgClassName
{
background-color: #EEE8C1;
}
</style>
border-color css
<style>
span { border-color: #EEE8C1; }
span { border-color: rgb(238,232,193); }
td.TdClassName
{
border-color: #EEE8C1;
}
.TagClassName
{
border-color: #EEE8C1;
}
</style>