Shades of Half And Half #EBE7BB
Tints of Half And Half #EBE7BB
RGB
CMYK
RGB Variations
Color information
#EBE7BB (or 0xEBE7BB) is known color: Half And Half. HEX triplet: EB, E7 and BB. RGB value is (235,231,187). Sum of RGB (Red+Green+Blue) = 235+231+187=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 231 (90.62% from 255 or 35.38% from 653); Blue value is 187 (73.44% from 255 or 28.64% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7BB is #141844. Grayscale: #E3E3E3. Windows color (decimal): -1316933 or 12314603. OLE color: 12314603.
HSL color Cylindrical-coordinate representation of color #EBE7BB: hue angle of 55º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBE7BB is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 231 | 187 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.08 |
| HSL | 55º | 0.55% | 0.83% | - |
| HSV(B) | 55º | 0.2% | 0.92% | - |
| XYZ | 71.81 | 78.4 | 58.36 | - |
| YUV | 227.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 231 | 187 | 0 | 0.02 | 0.20 | 0.08 | 55 | 0.55 | 0.83 |
| Hex | EB | E7 | BB | 0 | 2 | 14 | 8 | 37 | 37 | 53 |
| Octal | 353 | 347 | 273 | 0 | 2 | 24 | 10 | 67 | 67 | 123 |
| Binary | 11101011 | 11100111 | 10111011 | 0 | 10 | 10100 | 1000 | 110111 | 110111 | 1010011 |
Color Harmonies of #EBE7BB
Complementary color
Monochromatic Colors of #EBE7BB
Black with #EBE7BB
Text Example
Text Example
White with #EBE7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE7BB; }
p { color: rgb(235,231,187); }
H1.HeaderClassName
{
color: #EBE7BB;
}
.AnyTagClassName
{
color: #EBE7BB;
}
</style>
background-color css
<style>
a { background-color: #EBE7BB; }
a { background-color: rgb(235,231,187); }
div.DivClassName
{
background-color: #EBE7BB;
}
.BgClassName
{
background-color: #EBE7BB;
}
</style>
border-color css
<style>
span { border-color: #EBE7BB; }
span { border-color: rgb(235,231,187); }
td.TdClassName
{
border-color: #EBE7BB;
}
.TagClassName
{
border-color: #EBE7BB;
}
</style>