Shades of Half And Half #EFEBC6
Tints of Half And Half #EFEBC6
RGB
CMYK
RGB Variations
Color information
#EFEBC6 (or 0xEFEBC6) is known color: Half And Half. HEX triplet: EF, EB and C6. RGB value is (239,235,198). Sum of RGB (Red+Green+Blue) = 239+235+198=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 198 (77.73% from 255 or 29.46% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBC6 is #101439. Grayscale: #E8E8E8. Windows color (decimal): -1053754 or 13036527. OLE color: 13036527.
HSL color Cylindrical-coordinate representation of color #EFEBC6: hue angle of 54.15º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFEBC6 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 198 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.06 |
| HSL | 54.15º | 0.56% | 0.86% | - |
| HSV(B) | 54.15º | 0.17% | 0.94% | - |
| XYZ | 75.5 | 81.84 | 65.24 | - |
| YUV | 231.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 198 | 0 | 0.02 | 0.17 | 0.06 | 54.15 | 0.56 | 0.86 |
| Hex | EF | EB | C6 | 0 | 2 | 11 | 6 | 36 | 38 | 56 |
| Octal | 357 | 353 | 306 | 0 | 2 | 21 | 6 | 66 | 70 | 126 |
| Binary | 11101111 | 11101011 | 11000110 | 0 | 10 | 10001 | 110 | 110110 | 111000 | 1010110 |
Color Harmonies of #EFEBC6
Complementary color
Monochromatic Colors of #EFEBC6
Black with #EFEBC6
Text Example
Text Example
White with #EFEBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBC6; }
p { color: rgb(239,235,198); }
H1.HeaderClassName
{
color: #EFEBC6;
}
.AnyTagClassName
{
color: #EFEBC6;
}
</style>
background-color css
<style>
a { background-color: #EFEBC6; }
a { background-color: rgb(239,235,198); }
div.DivClassName
{
background-color: #EFEBC6;
}
.BgClassName
{
background-color: #EFEBC6;
}
</style>
border-color css
<style>
span { border-color: #EFEBC6; }
span { border-color: rgb(239,235,198); }
td.TdClassName
{
border-color: #EFEBC6;
}
.TagClassName
{
border-color: #EFEBC6;
}
</style>