Shades of Half And Half #EBE8CE
Tints of Half And Half #EBE8CE
RGB
CMYK
RGB Variations
Color information
#EBE8CE (or 0xEBE8CE) is known color: Half And Half. HEX triplet: EB, E8 and CE. RGB value is (235,232,206). Sum of RGB (Red+Green+Blue) = 235+232+206=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8CE is #141731. Grayscale: #E6E6E6. Windows color (decimal): -1316658 or 13560043. OLE color: 13560043.
HSL color Cylindrical-coordinate representation of color #EBE8CE: hue angle of 53.79º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBE8CE is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 206 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.08 |
| HSL | 53.79º | 0.42% | 0.86% | - |
| HSV(B) | 53.79º | 0.12% | 0.92% | - |
| XYZ | 74.26 | 79.83 | 69.89 | - |
| YUV | 229.93 | 114.49 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 206 | 0 | 0.01 | 0.12 | 0.08 | 53.79 | 0.42 | 0.86 |
| Hex | EB | E8 | CE | 0 | 1 | C | 8 | 36 | 2A | 56 |
| Octal | 353 | 350 | 316 | 0 | 1 | 14 | 10 | 66 | 52 | 126 |
| Binary | 11101011 | 11101000 | 11001110 | 0 | 1 | 1100 | 1000 | 110110 | 101010 | 1010110 |
Color Harmonies of #EBE8CE
Complementary color
Monochromatic Colors of #EBE8CE
Black with #EBE8CE
Text Example
Text Example
White with #EBE8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8CE; }
p { color: rgb(235,232,206); }
H1.HeaderClassName
{
color: #EBE8CE;
}
.AnyTagClassName
{
color: #EBE8CE;
}
</style>
background-color css
<style>
a { background-color: #EBE8CE; }
a { background-color: rgb(235,232,206); }
div.DivClassName
{
background-color: #EBE8CE;
}
.BgClassName
{
background-color: #EBE8CE;
}
</style>
border-color css
<style>
span { border-color: #EBE8CE; }
span { border-color: rgb(235,232,206); }
td.TdClassName
{
border-color: #EBE8CE;
}
.TagClassName
{
border-color: #EBE8CE;
}
</style>