Shades of Half And Half #EFEBC9
Tints of Half And Half #EFEBC9
RGB
CMYK
RGB Variations
Color information
#EFEBC9 (or 0xEFEBC9) is known color: Half And Half. HEX triplet: EF, EB and C9. RGB value is (239,235,201). Sum of RGB (Red+Green+Blue) = 239+235+201=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 201 (78.91% from 255 or 29.78% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBC9 is #101436. Grayscale: #E8E8E8. Windows color (decimal): -1053751 or 13233135. OLE color: 13233135.
HSL color Cylindrical-coordinate representation of color #EFEBC9: hue angle of 53.68º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFEBC9 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 201 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.06 |
| HSL | 53.68º | 0.54% | 0.86% | - |
| HSV(B) | 53.68º | 0.16% | 0.94% | - |
| XYZ | 75.85 | 81.98 | 67.09 | - |
| YUV | 232.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 201 | 0 | 0.02 | 0.16 | 0.06 | 53.68 | 0.54 | 0.86 |
| Hex | EF | EB | C9 | 0 | 2 | 10 | 6 | 36 | 36 | 56 |
| Octal | 357 | 353 | 311 | 0 | 2 | 20 | 6 | 66 | 66 | 126 |
| Binary | 11101111 | 11101011 | 11001001 | 0 | 10 | 10000 | 110 | 110110 | 110110 | 1010110 |
Color Harmonies of #EFEBC9
Complementary color
Monochromatic Colors of #EFEBC9
Black with #EFEBC9
Text Example
Text Example
White with #EFEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBC9; }
p { color: rgb(239,235,201); }
H1.HeaderClassName
{
color: #EFEBC9;
}
.AnyTagClassName
{
color: #EFEBC9;
}
</style>
background-color css
<style>
a { background-color: #EFEBC9; }
a { background-color: rgb(239,235,201); }
div.DivClassName
{
background-color: #EFEBC9;
}
.BgClassName
{
background-color: #EFEBC9;
}
</style>
border-color css
<style>
span { border-color: #EFEBC9; }
span { border-color: rgb(239,235,201); }
td.TdClassName
{
border-color: #EFEBC9;
}
.TagClassName
{
border-color: #EFEBC9;
}
</style>