Shades of Half And Half #EFEACD
Tints of Half And Half #EFEACD
RGB
CMYK
RGB Variations
Color information
#EFEACD (or 0xEFEACD) is known color: Half And Half. HEX triplet: EF, EA and CD. RGB value is (239,234,205). Sum of RGB (Red+Green+Blue) = 239+234+205=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 205 (80.47% from 255 or 30.24% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEACD is #101532. Grayscale: #E8E8E8. Windows color (decimal): -1054003 or 13495023. OLE color: 13495023.
HSL color Cylindrical-coordinate representation of color #EFEACD: hue angle of 51.18º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFEACD is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 205 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.06 |
| HSL | 51.18º | 0.52% | 0.87% | - |
| HSV(B) | 51.18º | 0.14% | 0.94% | - |
| XYZ | 76.04 | 81.6 | 69.5 | - |
| YUV | 232.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 205 | 0 | 0.02 | 0.14 | 0.06 | 51.18 | 0.52 | 0.87 |
| Hex | EF | EA | CD | 0 | 2 | E | 6 | 33 | 34 | 57 |
| Octal | 357 | 352 | 315 | 0 | 2 | 16 | 6 | 63 | 64 | 127 |
| Binary | 11101111 | 11101010 | 11001101 | 0 | 10 | 1110 | 110 | 110011 | 110100 | 1010111 |
Color Harmonies of #EFEACD
Complementary color
Monochromatic Colors of #EFEACD
Black with #EFEACD
Text Example
Text Example
White with #EFEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEACD; }
p { color: rgb(239,234,205); }
H1.HeaderClassName
{
color: #EFEACD;
}
.AnyTagClassName
{
color: #EFEACD;
}
</style>
background-color css
<style>
a { background-color: #EFEACD; }
a { background-color: rgb(239,234,205); }
div.DivClassName
{
background-color: #EFEACD;
}
.BgClassName
{
background-color: #EFEACD;
}
</style>
border-color css
<style>
span { border-color: #EFEACD; }
span { border-color: rgb(239,234,205); }
td.TdClassName
{
border-color: #EFEACD;
}
.TagClassName
{
border-color: #EFEACD;
}
</style>