Shades of Half And Half #E9E6BC
Tints of Half And Half #E9E6BC
RGB
CMYK
RGB Variations
Color information
#E9E6BC (or 0xE9E6BC) is known color: Half And Half. HEX triplet: E9, E6 and BC. RGB value is (233,230,188). Sum of RGB (Red+Green+Blue) = 233+230+188=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E6BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9E6BC is #161943. Grayscale: #E2E2E2. Windows color (decimal): -1448260 or 12379881. OLE color: 12379881.
HSL color Cylindrical-coordinate representation of color #E9E6BC: hue angle of 56º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9E6BC is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 230 | 188 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.09 |
| HSL | 56º | 0.51% | 0.83% | - |
| HSV(B) | 56º | 0.19% | 0.91% | - |
| XYZ | 70.98 | 77.55 | 58.8 | - |
| YUV | 226.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 230 | 188 | 0 | 0.01 | 0.19 | 0.09 | 56 | 0.51 | 0.83 |
| Hex | E9 | E6 | BC | 0 | 1 | 13 | 9 | 38 | 33 | 53 |
| Octal | 351 | 346 | 274 | 0 | 1 | 23 | 11 | 70 | 63 | 123 |
| Binary | 11101001 | 11100110 | 10111100 | 0 | 1 | 10011 | 1001 | 111000 | 110011 | 1010011 |
Color Harmonies of #E9E6BC
Complementary color
Monochromatic Colors of #E9E6BC
Black with #E9E6BC
Text Example
Text Example
White with #E9E6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E6BC; }
p { color: rgb(233,230,188); }
H1.HeaderClassName
{
color: #E9E6BC;
}
.AnyTagClassName
{
color: #E9E6BC;
}
</style>
background-color css
<style>
a { background-color: #E9E6BC; }
a { background-color: rgb(233,230,188); }
div.DivClassName
{
background-color: #E9E6BC;
}
.BgClassName
{
background-color: #E9E6BC;
}
</style>
border-color css
<style>
span { border-color: #E9E6BC; }
span { border-color: rgb(233,230,188); }
td.TdClassName
{
border-color: #E9E6BC;
}
.TagClassName
{
border-color: #E9E6BC;
}
</style>