Shades of Half And Half #EFEBC5
Tints of Half And Half #EFEBC5
RGB
CMYK
RGB Variations
Color information
#EFEBC5 (or 0xEFEBC5) is known color: Half And Half. HEX triplet: EF, EB and C5. RGB value is (239,235,197). Sum of RGB (Red+Green+Blue) = 239+235+197=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 197 (77.34% from 255 or 29.36% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBC5 is #10143A. Grayscale: #E8E8E8. Windows color (decimal): -1053755 or 12970991. OLE color: 12970991.
HSL color Cylindrical-coordinate representation of color #EFEBC5: hue angle of 54.29º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFEBC5 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 197 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.06 |
| HSL | 54.29º | 0.57% | 0.85% | - |
| HSV(B) | 54.29º | 0.18% | 0.94% | - |
| XYZ | 75.38 | 81.8 | 64.64 | - |
| YUV | 231.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 197 | 0 | 0.02 | 0.18 | 0.06 | 54.29 | 0.57 | 0.85 |
| Hex | EF | EB | C5 | 0 | 2 | 12 | 6 | 36 | 39 | 55 |
| Octal | 357 | 353 | 305 | 0 | 2 | 22 | 6 | 66 | 71 | 125 |
| Binary | 11101111 | 11101011 | 11000101 | 0 | 10 | 10010 | 110 | 110110 | 111001 | 1010101 |
Color Harmonies of #EFEBC5
Complementary color
Monochromatic Colors of #EFEBC5
Black with #EFEBC5
Text Example
Text Example
White with #EFEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBC5; }
p { color: rgb(239,235,197); }
H1.HeaderClassName
{
color: #EFEBC5;
}
.AnyTagClassName
{
color: #EFEBC5;
}
</style>
background-color css
<style>
a { background-color: #EFEBC5; }
a { background-color: rgb(239,235,197); }
div.DivClassName
{
background-color: #EFEBC5;
}
.BgClassName
{
background-color: #EFEBC5;
}
</style>
border-color css
<style>
span { border-color: #EFEBC5; }
span { border-color: rgb(239,235,197); }
td.TdClassName
{
border-color: #EFEBC5;
}
.TagClassName
{
border-color: #EFEBC5;
}
</style>