Shades of Half And Half #EBE6CE
Tints of Half And Half #EBE6CE
RGB
CMYK
RGB Variations
Color information
#EBE6CE (or 0xEBE6CE) is known color: Half And Half. HEX triplet: EB, E6 and CE. RGB value is (235,230,206). Sum of RGB (Red+Green+Blue) = 235+230+206=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6CE is #141931. Grayscale: #E4E4E4. Windows color (decimal): -1317170 or 13559531. OLE color: 13559531.
HSL color Cylindrical-coordinate representation of color #EBE6CE: hue angle of 49.66º 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 #EBE6CE is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 206 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.08 |
| HSL | 49.66º | 0.42% | 0.86% | - |
| HSV(B) | 49.66º | 0.12% | 0.92% | - |
| XYZ | 73.7 | 78.71 | 69.7 | - |
| YUV | 228.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 206 | 0 | 0.02 | 0.12 | 0.08 | 49.66 | 0.42 | 0.86 |
| Hex | EB | E6 | CE | 0 | 2 | C | 8 | 32 | 2A | 56 |
| Octal | 353 | 346 | 316 | 0 | 2 | 14 | 10 | 62 | 52 | 126 |
| Binary | 11101011 | 11100110 | 11001110 | 0 | 10 | 1100 | 1000 | 110010 | 101010 | 1010110 |
Color Harmonies of #EBE6CE
Complementary color
Monochromatic Colors of #EBE6CE
Black with #EBE6CE
Text Example
Text Example
White with #EBE6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE6CE; }
p { color: rgb(235,230,206); }
H1.HeaderClassName
{
color: #EBE6CE;
}
.AnyTagClassName
{
color: #EBE6CE;
}
</style>
background-color css
<style>
a { background-color: #EBE6CE; }
a { background-color: rgb(235,230,206); }
div.DivClassName
{
background-color: #EBE6CE;
}
.BgClassName
{
background-color: #EBE6CE;
}
</style>
border-color css
<style>
span { border-color: #EBE6CE; }
span { border-color: rgb(235,230,206); }
td.TdClassName
{
border-color: #EBE6CE;
}
.TagClassName
{
border-color: #EBE6CE;
}
</style>