Shades of Half And Half #EFEAC4
Tints of Half And Half #EFEAC4
RGB
CMYK
RGB Variations
Color information
#EFEAC4 (or 0xEFEAC4) is known color: Half And Half. HEX triplet: EF, EA and C4. RGB value is (239,234,196). Sum of RGB (Red+Green+Blue) = 239+234+196=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 234 (91.80% from 255 or 34.98% from 669); Blue value is 196 (76.95% from 255 or 29.30% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAC4 is #10153B. Grayscale: #E7E7E7. Windows color (decimal): -1054012 or 12905199. OLE color: 12905199.
HSL color Cylindrical-coordinate representation of color #EFEAC4: hue angle of 53.02º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFEAC4 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 196 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.06 |
| HSL | 53.02º | 0.57% | 0.85% | - |
| HSV(B) | 53.02º | 0.18% | 0.94% | - |
| XYZ | 74.98 | 81.18 | 63.94 | - |
| YUV | 231.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 196 | 0 | 0.02 | 0.18 | 0.06 | 53.02 | 0.57 | 0.85 |
| Hex | EF | EA | C4 | 0 | 2 | 12 | 6 | 35 | 39 | 55 |
| Octal | 357 | 352 | 304 | 0 | 2 | 22 | 6 | 65 | 71 | 125 |
| Binary | 11101111 | 11101010 | 11000100 | 0 | 10 | 10010 | 110 | 110101 | 111001 | 1010101 |
Color Harmonies of #EFEAC4
Complementary color
Monochromatic Colors of #EFEAC4
Black with #EFEAC4
Text Example
Text Example
White with #EFEAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAC4; }
p { color: rgb(239,234,196); }
H1.HeaderClassName
{
color: #EFEAC4;
}
.AnyTagClassName
{
color: #EFEAC4;
}
</style>
background-color css
<style>
a { background-color: #EFEAC4; }
a { background-color: rgb(239,234,196); }
div.DivClassName
{
background-color: #EFEAC4;
}
.BgClassName
{
background-color: #EFEAC4;
}
</style>
border-color css
<style>
span { border-color: #EFEAC4; }
span { border-color: rgb(239,234,196); }
td.TdClassName
{
border-color: #EFEAC4;
}
.TagClassName
{
border-color: #EFEAC4;
}
</style>