Shades of Half And Half #EBE9CB
Tints of Half And Half #EBE9CB
RGB
CMYK
RGB Variations
Color information
#EBE9CB (or 0xEBE9CB) is known color: Half And Half. HEX triplet: EB, E9 and CB. RGB value is (235,233,203). Sum of RGB (Red+Green+Blue) = 235+233+203=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9CB is #141634. Grayscale: #E6E6E6. Windows color (decimal): -1316405 or 13363691. OLE color: 13363691.
HSL color Cylindrical-coordinate representation of color #EBE9CB: hue angle of 56.25º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBE9CB is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 233 | 203 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.08 |
| HSL | 56.25º | 0.44% | 0.86% | - |
| HSV(B) | 56.25º | 0.14% | 0.92% | - |
| XYZ | 74.18 | 80.25 | 68.08 | - |
| YUV | 230.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 233 | 203 | 0 | 0.01 | 0.14 | 0.08 | 56.25 | 0.44 | 0.86 |
| Hex | EB | E9 | CB | 0 | 1 | E | 8 | 38 | 2C | 56 |
| Octal | 353 | 351 | 313 | 0 | 1 | 16 | 10 | 70 | 54 | 126 |
| Binary | 11101011 | 11101001 | 11001011 | 0 | 1 | 1110 | 1000 | 111000 | 101100 | 1010110 |
Color Harmonies of #EBE9CB
Complementary color
Monochromatic Colors of #EBE9CB
Black with #EBE9CB
Text Example
Text Example
White with #EBE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE9CB; }
p { color: rgb(235,233,203); }
H1.HeaderClassName
{
color: #EBE9CB;
}
.AnyTagClassName
{
color: #EBE9CB;
}
</style>
background-color css
<style>
a { background-color: #EBE9CB; }
a { background-color: rgb(235,233,203); }
div.DivClassName
{
background-color: #EBE9CB;
}
.BgClassName
{
background-color: #EBE9CB;
}
</style>
border-color css
<style>
span { border-color: #EBE9CB; }
span { border-color: rgb(235,233,203); }
td.TdClassName
{
border-color: #EBE9CB;
}
.TagClassName
{
border-color: #EBE9CB;
}
</style>