Shades of Half And Half #EBE8C1
Tints of Half And Half #EBE8C1
RGB
CMYK
RGB Variations
Color information
#EBE8C1 (or 0xEBE8C1) is known color: Half And Half. HEX triplet: EB, E8 and C1. RGB value is (235,232,193). Sum of RGB (Red+Green+Blue) = 235+232+193=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 193 (75.78% from 255 or 29.24% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8C1 is #14173E. Grayscale: #E4E4E4. Windows color (decimal): -1316671 or 12708075. OLE color: 12708075.
HSL color Cylindrical-coordinate representation of color #EBE8C1: hue angle of 55.71º 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 #EBE8C1 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 193 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.08 |
| HSL | 55.71º | 0.51% | 0.84% | - |
| HSV(B) | 55.71º | 0.18% | 0.92% | - |
| XYZ | 72.74 | 79.23 | 61.91 | - |
| YUV | 228.45 | 107.99 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 193 | 0 | 0.01 | 0.18 | 0.08 | 55.71 | 0.51 | 0.84 |
| Hex | EB | E8 | C1 | 0 | 1 | 12 | 8 | 38 | 33 | 54 |
| Octal | 353 | 350 | 301 | 0 | 1 | 22 | 10 | 70 | 63 | 124 |
| Binary | 11101011 | 11101000 | 11000001 | 0 | 1 | 10010 | 1000 | 111000 | 110011 | 1010100 |
Color Harmonies of #EBE8C1
Complementary color
Monochromatic Colors of #EBE8C1
Black with #EBE8C1
Text Example
Text Example
White with #EBE8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8C1; }
p { color: rgb(235,232,193); }
H1.HeaderClassName
{
color: #EBE8C1;
}
.AnyTagClassName
{
color: #EBE8C1;
}
</style>
background-color css
<style>
a { background-color: #EBE8C1; }
a { background-color: rgb(235,232,193); }
div.DivClassName
{
background-color: #EBE8C1;
}
.BgClassName
{
background-color: #EBE8C1;
}
</style>
border-color css
<style>
span { border-color: #EBE8C1; }
span { border-color: rgb(235,232,193); }
td.TdClassName
{
border-color: #EBE8C1;
}
.TagClassName
{
border-color: #EBE8C1;
}
</style>