Shades of Half And Half #EFECCC
Tints of Half And Half #EFECCC
RGB
CMYK
RGB Variations
Color information
#EFECCC (or 0xEFECCC) is known color: Half And Half. HEX triplet: EF, EC and CC. RGB value is (239,236,204). Sum of RGB (Red+Green+Blue) = 239+236+204=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 204 (80.08% from 255 or 30.04% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECCC is #101333. Grayscale: #E9E9E9. Windows color (decimal): -1053492 or 13429999. OLE color: 13429999.
HSL color Cylindrical-coordinate representation of color #EFECCC: hue angle of 54.86º degrees, saturation: 0.52, 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 #EFECCC is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 204 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.06 |
| HSL | 54.86º | 0.52% | 0.87% | - |
| HSV(B) | 54.86º | 0.15% | 0.94% | - |
| XYZ | 76.49 | 82.7 | 69.06 | - |
| YUV | 233.25 | 111.49 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 204 | 0 | 0.01 | 0.15 | 0.06 | 54.86 | 0.52 | 0.87 |
| Hex | EF | EC | CC | 0 | 1 | F | 6 | 37 | 34 | 57 |
| Octal | 357 | 354 | 314 | 0 | 1 | 17 | 6 | 67 | 64 | 127 |
| Binary | 11101111 | 11101100 | 11001100 | 0 | 1 | 1111 | 110 | 110111 | 110100 | 1010111 |
Color Harmonies of #EFECCC
Complementary color
Monochromatic Colors of #EFECCC
Black with #EFECCC
Text Example
Text Example
White with #EFECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFECCC; }
p { color: rgb(239,236,204); }
H1.HeaderClassName
{
color: #EFECCC;
}
.AnyTagClassName
{
color: #EFECCC;
}
</style>
background-color css
<style>
a { background-color: #EFECCC; }
a { background-color: rgb(239,236,204); }
div.DivClassName
{
background-color: #EFECCC;
}
.BgClassName
{
background-color: #EFECCC;
}
</style>
border-color css
<style>
span { border-color: #EFECCC; }
span { border-color: rgb(239,236,204); }
td.TdClassName
{
border-color: #EFECCC;
}
.TagClassName
{
border-color: #EFECCC;
}
</style>