Shades of Half And Half #EFEBCB
Tints of Half And Half #EFEBCB
RGB
CMYK
RGB Variations
Color information
#EFEBCB (or 0xEFEBCB) is known color: Half And Half. HEX triplet: EF, EB and CB. RGB value is (239,235,203). Sum of RGB (Red+Green+Blue) = 239+235+203=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 203 (79.69% from 255 or 29.99% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBCB is #101434. Grayscale: #E8E8E8. Windows color (decimal): -1053749 or 13364207. OLE color: 13364207.
HSL color Cylindrical-coordinate representation of color #EFEBCB: hue angle of 53.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFEBCB is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 203 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.06 |
| HSL | 53.33º | 0.53% | 0.87% | - |
| HSV(B) | 53.33º | 0.15% | 0.94% | - |
| XYZ | 76.08 | 82.08 | 68.33 | - |
| YUV | 232.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 203 | 0 | 0.02 | 0.15 | 0.06 | 53.33 | 0.53 | 0.87 |
| Hex | EF | EB | CB | 0 | 2 | F | 6 | 35 | 35 | 57 |
| Octal | 357 | 353 | 313 | 0 | 2 | 17 | 6 | 65 | 65 | 127 |
| Binary | 11101111 | 11101011 | 11001011 | 0 | 10 | 1111 | 110 | 110101 | 110101 | 1010111 |
Color Harmonies of #EFEBCB
Complementary color
Monochromatic Colors of #EFEBCB
Black with #EFEBCB
Text Example
Text Example
White with #EFEBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEBCB; }
p { color: rgb(239,235,203); }
H1.HeaderClassName
{
color: #EFEBCB;
}
.AnyTagClassName
{
color: #EFEBCB;
}
</style>
background-color css
<style>
a { background-color: #EFEBCB; }
a { background-color: rgb(239,235,203); }
div.DivClassName
{
background-color: #EFEBCB;
}
.BgClassName
{
background-color: #EFEBCB;
}
</style>
border-color css
<style>
span { border-color: #EFEBCB; }
span { border-color: rgb(239,235,203); }
td.TdClassName
{
border-color: #EFEBCB;
}
.TagClassName
{
border-color: #EFEBCB;
}
</style>