Shades of Half And Half #EBE4C0
Tints of Half And Half #EBE4C0
RGB
CMYK
RGB Variations
Color information
#EBE4C0 (or 0xEBE4C0) is known color: Half And Half. HEX triplet: EB, E4 and C0. RGB value is (235,228,192). Sum of RGB (Red+Green+Blue) = 235+228+192=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 192 (75.39% from 255 or 29.31% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4C0 is #141B3F. Grayscale: #E2E2E2. Windows color (decimal): -1317696 or 12641515. OLE color: 12641515.
HSL color Cylindrical-coordinate representation of color #EBE4C0: hue angle of 50.23º degrees, saturation: 0.52, 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 #EBE4C0 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 228 | 192 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.08 |
| HSL | 50.23º | 0.52% | 0.84% | - |
| HSV(B) | 50.23º | 0.18% | 0.92% | - |
| XYZ | 71.52 | 76.95 | 60.95 | - |
| YUV | 225.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 228 | 192 | 0 | 0.03 | 0.18 | 0.08 | 50.23 | 0.52 | 0.84 |
| Hex | EB | E4 | C0 | 0 | 3 | 12 | 8 | 32 | 34 | 54 |
| Octal | 353 | 344 | 300 | 0 | 3 | 22 | 10 | 62 | 64 | 124 |
| Binary | 11101011 | 11100100 | 11000000 | 0 | 11 | 10010 | 1000 | 110010 | 110100 | 1010100 |
Color Harmonies of #EBE4C0
Complementary color
Monochromatic Colors of #EBE4C0
Black with #EBE4C0
Text Example
Text Example
White with #EBE4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE4C0; }
p { color: rgb(235,228,192); }
H1.HeaderClassName
{
color: #EBE4C0;
}
.AnyTagClassName
{
color: #EBE4C0;
}
</style>
background-color css
<style>
a { background-color: #EBE4C0; }
a { background-color: rgb(235,228,192); }
div.DivClassName
{
background-color: #EBE4C0;
}
.BgClassName
{
background-color: #EBE4C0;
}
</style>
border-color css
<style>
span { border-color: #EBE4C0; }
span { border-color: rgb(235,228,192); }
td.TdClassName
{
border-color: #EBE4C0;
}
.TagClassName
{
border-color: #EBE4C0;
}
</style>