Shades of Half And Half #EBE8CC
Tints of Half And Half #EBE8CC
RGB
CMYK
RGB Variations
Color information
#EBE8CC (or 0xEBE8CC) is known color: Half And Half. HEX triplet: EB, E8 and CC. RGB value is (235,232,204). Sum of RGB (Red+Green+Blue) = 235+232+204=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 232 (91.02% from 255 or 34.58% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8CC is #141733. Grayscale: #E5E5E5. Windows color (decimal): -1316660 or 13428971. OLE color: 13428971.
HSL color Cylindrical-coordinate representation of color #EBE8CC: hue angle of 54.19º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBE8CC is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 204 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.08 |
| HSL | 54.19º | 0.44% | 0.86% | - |
| HSV(B) | 54.19º | 0.13% | 0.92% | - |
| XYZ | 74.02 | 79.74 | 68.62 | - |
| YUV | 229.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 204 | 0 | 0.01 | 0.13 | 0.08 | 54.19 | 0.44 | 0.86 |
| Hex | EB | E8 | CC | 0 | 1 | D | 8 | 36 | 2C | 56 |
| Octal | 353 | 350 | 314 | 0 | 1 | 15 | 10 | 66 | 54 | 126 |
| Binary | 11101011 | 11101000 | 11001100 | 0 | 1 | 1101 | 1000 | 110110 | 101100 | 1010110 |
Color Harmonies of #EBE8CC
Complementary color
Monochromatic Colors of #EBE8CC
Black with #EBE8CC
Text Example
Text Example
White with #EBE8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8CC; }
p { color: rgb(235,232,204); }
H1.HeaderClassName
{
color: #EBE8CC;
}
.AnyTagClassName
{
color: #EBE8CC;
}
</style>
background-color css
<style>
a { background-color: #EBE8CC; }
a { background-color: rgb(235,232,204); }
div.DivClassName
{
background-color: #EBE8CC;
}
.BgClassName
{
background-color: #EBE8CC;
}
</style>
border-color css
<style>
span { border-color: #EBE8CC; }
span { border-color: rgb(235,232,204); }
td.TdClassName
{
border-color: #EBE8CC;
}
.TagClassName
{
border-color: #EBE8CC;
}
</style>