Shades of Half And Half #EEE8BC
Tints of Half And Half #EEE8BC
RGB
CMYK
RGB Variations
Color information
#EEE8BC (or 0xEEE8BC) is known color: Half And Half. HEX triplet: EE, E8 and BC. RGB value is (238,232,188). Sum of RGB (Red+Green+Blue) = 238+232+188=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 188 (73.83% from 255 or 28.57% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEE8BC is #111743. Grayscale: #E4E4E4. Windows color (decimal): -1120068 or 12380398. OLE color: 12380398.
HSL color Cylindrical-coordinate representation of color #EEE8BC: hue angle of 52.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEE8BC is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 188 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.07 |
| HSL | 52.8º | 0.6% | 0.84% | - |
| HSV(B) | 52.8º | 0.21% | 0.93% | - |
| XYZ | 73.19 | 79.52 | 59.07 | - |
| YUV | 228.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 188 | 0 | 0.03 | 0.21 | 0.07 | 52.8 | 0.6 | 0.84 |
| Hex | EE | E8 | BC | 0 | 3 | 15 | 7 | 35 | 3C | 54 |
| Octal | 356 | 350 | 274 | 0 | 3 | 25 | 7 | 65 | 74 | 124 |
| Binary | 11101110 | 11101000 | 10111100 | 0 | 11 | 10101 | 111 | 110101 | 111100 | 1010100 |
Color Harmonies of #EEE8BC
Complementary color
Monochromatic Colors of #EEE8BC
Black with #EEE8BC
Text Example
Text Example
White with #EEE8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8BC; }
p { color: rgb(238,232,188); }
H1.HeaderClassName
{
color: #EEE8BC;
}
.AnyTagClassName
{
color: #EEE8BC;
}
</style>
background-color css
<style>
a { background-color: #EEE8BC; }
a { background-color: rgb(238,232,188); }
div.DivClassName
{
background-color: #EEE8BC;
}
.BgClassName
{
background-color: #EEE8BC;
}
</style>
border-color css
<style>
span { border-color: #EEE8BC; }
span { border-color: rgb(238,232,188); }
td.TdClassName
{
border-color: #EEE8BC;
}
.TagClassName
{
border-color: #EEE8BC;
}
</style>