Shades of Half And Half #E7E4C0
Tints of Half And Half #E7E4C0
RGB
CMYK
RGB Variations
Color information
#E7E4C0 (or 0xE7E4C0) is known color: Half And Half. HEX triplet: E7, E4 and C0. RGB value is (231,228,192). Sum of RGB (Red+Green+Blue) = 231+228+192=651 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.48% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E4C0 is #181B3F. Grayscale: #E0E0E0. Windows color (decimal): -1579840 or 12641511. OLE color: 12641511.
HSL color Cylindrical-coordinate representation of color #E7E4C0: hue angle of 55.38º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7E4C0 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 228 | 192 | - |
CMYK | 0 | 0.01 | 0.17 | 0.09 |
HSL | 55.38º | 0.45% | 0.83% | - |
HSV(B) | 55.38º | 0.17% | 0.91% | - |
XYZ | 70.21 | 76.28 | 60.89 | - |
YUV | 224.79 | 109.49 | 132.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 228 | 192 | 0 | 0.01 | 0.17 | 0.09 | 55.38 | 0.45 | 0.83 |
Hex | E7 | E4 | C0 | 0 | 1 | 11 | 9 | 37 | 2D | 53 |
Octal | 347 | 344 | 300 | 0 | 1 | 21 | 11 | 67 | 55 | 123 |
Binary | 11100111 | 11100100 | 11000000 | 0 | 1 | 10001 | 1001 | 110111 | 101101 | 1010011 |
Color Harmonies of #E7E4C0
Complementary color
Monochromatic Colors of #E7E4C0
Black with #E7E4C0
Text Example
Text Example
White with #E7E4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E4C0; }
p { color: rgb(231,228,192); }
H1.HeaderClassName
{
color: #E7E4C0;
}
.AnyTagClassName
{
color: #E7E4C0;
}
</style>
background-color css
<style>
a { background-color: #E7E4C0; }
a { background-color: rgb(231,228,192); }
div.DivClassName
{
background-color: #E7E4C0;
}
.BgClassName
{
background-color: #E7E4C0;
}
</style>
border-color css
<style>
span { border-color: #E7E4C0; }
span { border-color: rgb(231,228,192); }
td.TdClassName
{
border-color: #E7E4C0;
}
.TagClassName
{
border-color: #E7E4C0;
}
</style>