Shades of Half And Half #EBE6C1
Tints of Half And Half #EBE6C1
RGB
CMYK
RGB Variations
Color information
#EBE6C1 (or 0xEBE6C1) is known color: Half And Half. HEX triplet: EB, E6 and C1. RGB value is (235,230,193). Sum of RGB (Red+Green+Blue) = 235+230+193=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 193 (75.78% from 255 or 29.33% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6C1 is #14193E. Grayscale: #E3E3E3. Windows color (decimal): -1317183 or 12707563. OLE color: 12707563.
HSL color Cylindrical-coordinate representation of color #EBE6C1: hue angle of 52.86º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBE6C1 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 230 | 193 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.08 |
| HSL | 52.86º | 0.51% | 0.84% | - |
| HSV(B) | 52.86º | 0.18% | 0.92% | - |
| XYZ | 72.18 | 78.11 | 61.72 | - |
| YUV | 227.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 230 | 193 | 0 | 0.02 | 0.18 | 0.08 | 52.86 | 0.51 | 0.84 |
| Hex | EB | E6 | C1 | 0 | 2 | 12 | 8 | 35 | 33 | 54 |
| Octal | 353 | 346 | 301 | 0 | 2 | 22 | 10 | 65 | 63 | 124 |
| Binary | 11101011 | 11100110 | 11000001 | 0 | 10 | 10010 | 1000 | 110101 | 110011 | 1010100 |
Color Harmonies of #EBE6C1
Complementary color
Monochromatic Colors of #EBE6C1
Black with #EBE6C1
Text Example
Text Example
White with #EBE6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE6C1; }
p { color: rgb(235,230,193); }
H1.HeaderClassName
{
color: #EBE6C1;
}
.AnyTagClassName
{
color: #EBE6C1;
}
</style>
background-color css
<style>
a { background-color: #EBE6C1; }
a { background-color: rgb(235,230,193); }
div.DivClassName
{
background-color: #EBE6C1;
}
.BgClassName
{
background-color: #EBE6C1;
}
</style>
border-color css
<style>
span { border-color: #EBE6C1; }
span { border-color: rgb(235,230,193); }
td.TdClassName
{
border-color: #EBE6C1;
}
.TagClassName
{
border-color: #EBE6C1;
}
</style>