Shades of Half And Half #EFEAC6
Tints of Half And Half #EFEAC6
RGB
CMYK
RGB Variations
Color information
#EFEAC6 (or 0xEFEAC6) is known color: Half And Half. HEX triplet: EF, EA and C6. RGB value is (239,234,198). Sum of RGB (Red+Green+Blue) = 239+234+198=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 198 (77.73% from 255 or 29.51% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAC6 is #101539. Grayscale: #E7E7E7. Windows color (decimal): -1054010 or 13036271. OLE color: 13036271.
HSL color Cylindrical-coordinate representation of color #EFEAC6: hue angle of 52.68º 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 #EFEAC6 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 198 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.06 |
| HSL | 52.68º | 0.56% | 0.86% | - |
| HSV(B) | 52.68º | 0.17% | 0.94% | - |
| XYZ | 75.21 | 81.27 | 65.15 | - |
| YUV | 231.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 198 | 0 | 0.02 | 0.17 | 0.06 | 52.68 | 0.56 | 0.86 |
| Hex | EF | EA | C6 | 0 | 2 | 11 | 6 | 35 | 38 | 56 |
| Octal | 357 | 352 | 306 | 0 | 2 | 21 | 6 | 65 | 70 | 126 |
| Binary | 11101111 | 11101010 | 11000110 | 0 | 10 | 10001 | 110 | 110101 | 111000 | 1010110 |
Color Harmonies of #EFEAC6
Complementary color
Monochromatic Colors of #EFEAC6
Black with #EFEAC6
Text Example
Text Example
White with #EFEAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAC6; }
p { color: rgb(239,234,198); }
H1.HeaderClassName
{
color: #EFEAC6;
}
.AnyTagClassName
{
color: #EFEAC6;
}
</style>
background-color css
<style>
a { background-color: #EFEAC6; }
a { background-color: rgb(239,234,198); }
div.DivClassName
{
background-color: #EFEAC6;
}
.BgClassName
{
background-color: #EFEAC6;
}
</style>
border-color css
<style>
span { border-color: #EFEAC6; }
span { border-color: rgb(239,234,198); }
td.TdClassName
{
border-color: #EFEAC6;
}
.TagClassName
{
border-color: #EFEAC6;
}
</style>