Shades of Half And Half #EFEAC9
Tints of Half And Half #EFEAC9
RGB
CMYK
RGB Variations
Color information
#EFEAC9 (or 0xEFEAC9) is known color: Half And Half. HEX triplet: EF, EA and C9. RGB value is (239,234,201). Sum of RGB (Red+Green+Blue) = 239+234+201=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 201 (78.91% from 255 or 29.82% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAC9 is #101536. Grayscale: #E7E7E7. Windows color (decimal): -1054007 or 13232879. OLE color: 13232879.
HSL color Cylindrical-coordinate representation of color #EFEAC9: hue angle of 52.11º 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 #EFEAC9 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 201 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.06 |
| HSL | 52.11º | 0.54% | 0.86% | - |
| HSV(B) | 52.11º | 0.16% | 0.94% | - |
| XYZ | 75.56 | 81.41 | 66.99 | - |
| YUV | 231.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 201 | 0 | 0.02 | 0.16 | 0.06 | 52.11 | 0.54 | 0.86 |
| Hex | EF | EA | C9 | 0 | 2 | 10 | 6 | 34 | 36 | 56 |
| Octal | 357 | 352 | 311 | 0 | 2 | 20 | 6 | 64 | 66 | 126 |
| Binary | 11101111 | 11101010 | 11001001 | 0 | 10 | 10000 | 110 | 110100 | 110110 | 1010110 |
Color Harmonies of #EFEAC9
Complementary color
Monochromatic Colors of #EFEAC9
Black with #EFEAC9
Text Example
Text Example
White with #EFEAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAC9; }
p { color: rgb(239,234,201); }
H1.HeaderClassName
{
color: #EFEAC9;
}
.AnyTagClassName
{
color: #EFEAC9;
}
</style>
background-color css
<style>
a { background-color: #EFEAC9; }
a { background-color: rgb(239,234,201); }
div.DivClassName
{
background-color: #EFEAC9;
}
.BgClassName
{
background-color: #EFEAC9;
}
</style>
border-color css
<style>
span { border-color: #EFEAC9; }
span { border-color: rgb(239,234,201); }
td.TdClassName
{
border-color: #EFEAC9;
}
.TagClassName
{
border-color: #EFEAC9;
}
</style>