Shades of Half And Half #E7E6C7
Tints of Half And Half #E7E6C7
RGB
CMYK
RGB Variations
Color information
#E7E6C7 (or 0xE7E6C7) is known color: Half And Half. HEX triplet: E7, E6 and C7. RGB value is (231,230,199). Sum of RGB (Red+Green+Blue) = 231+230+199=660 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35% from 660); Green value is 230 (90.23% from 255 or 34.85% from 660); Blue value is 199 (78.12% from 255 or 30.15% from 660); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E6C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E6C7 is #181938. Grayscale: #E2E2E2. Windows color (decimal): -1579321 or 13100775. OLE color: 13100775.
HSL color Cylindrical-coordinate representation of color #E7E6C7: hue angle of 58.12º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7E6C7 is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 230 | 199 | - |
| CMYK | 0 | 0.00 | 0.14 | 0.09 |
| HSL | 58.13º | 0.4% | 0.84% | - |
| HSV(B) | 58.13º | 0.14% | 0.91% | - |
| XYZ | 71.56 | 77.71 | 65.26 | - |
| YUV | 226.77 | 112.33 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 230 | 199 | 0 | 0.00 | 0.14 | 0.09 | 58.13 | 0.4 | 0.84 |
| Hex | E7 | E6 | C7 | 0 | 0 | E | 9 | 3A | 28 | 54 |
| Octal | 347 | 346 | 307 | 0 | 0 | 16 | 11 | 72 | 50 | 124 |
| Binary | 11100111 | 11100110 | 11000111 | 0 | 0 | 1110 | 1001 | 111010 | 101000 | 1010100 |
Color Harmonies of #E7E6C7
Complementary color
Monochromatic Colors of #E7E6C7
Black with #E7E6C7
Text Example
Text Example
White with #E7E6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E6C7; }
p { color: rgb(231,230,199); }
H1.HeaderClassName
{
color: #E7E6C7;
}
.AnyTagClassName
{
color: #E7E6C7;
}
</style>
background-color css
<style>
a { background-color: #E7E6C7; }
a { background-color: rgb(231,230,199); }
div.DivClassName
{
background-color: #E7E6C7;
}
.BgClassName
{
background-color: #E7E6C7;
}
</style>
border-color css
<style>
span { border-color: #E7E6C7; }
span { border-color: rgb(231,230,199); }
td.TdClassName
{
border-color: #E7E6C7;
}
.TagClassName
{
border-color: #E7E6C7;
}
</style>