Shades of Half And Half #EFEBC0
Tints of Half And Half #EFEBC0
RGB
CMYK
RGB Variations
Color information
#EFEBC0 (or 0xEFEBC0) is known color: Half And Half. HEX triplet: EF, EB and C0. RGB value is (239,235,192). Sum of RGB (Red+Green+Blue) = 239+235+192=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 192 (75.39% from 255 or 28.83% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBC0 is #10143F. Grayscale: #E7E7E7. Windows color (decimal): -1053760 or 12643311. OLE color: 12643311.
HSL color Cylindrical-coordinate representation of color #EFEBC0: hue angle of 54.89º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFEBC0 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 192 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.06 |
| HSL | 54.89º | 0.59% | 0.85% | - |
| HSV(B) | 54.89º | 0.2% | 0.94% | - |
| XYZ | 74.82 | 81.57 | 61.67 | - |
| YUV | 231.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 192 | 0 | 0.02 | 0.20 | 0.06 | 54.89 | 0.59 | 0.85 |
| Hex | EF | EB | C0 | 0 | 2 | 14 | 6 | 37 | 3B | 55 |
| Octal | 357 | 353 | 300 | 0 | 2 | 24 | 6 | 67 | 73 | 125 |
| Binary | 11101111 | 11101011 | 11000000 | 0 | 10 | 10100 | 110 | 110111 | 111011 | 1010101 |
Color Harmonies of #EFEBC0
Complementary color
Monochromatic Colors of #EFEBC0
Black with #EFEBC0
Text Example
Text Example
White with #EFEBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBC0; }
p { color: rgb(239,235,192); }
H1.HeaderClassName
{
color: #EFEBC0;
}
.AnyTagClassName
{
color: #EFEBC0;
}
</style>
background-color css
<style>
a { background-color: #EFEBC0; }
a { background-color: rgb(239,235,192); }
div.DivClassName
{
background-color: #EFEBC0;
}
.BgClassName
{
background-color: #EFEBC0;
}
</style>
border-color css
<style>
span { border-color: #EFEBC0; }
span { border-color: rgb(239,235,192); }
td.TdClassName
{
border-color: #EFEBC0;
}
.TagClassName
{
border-color: #EFEBC0;
}
</style>