Shades of Half And Half #EFEAC2
Tints of Half And Half #EFEAC2
RGB
CMYK
RGB Variations
Color information
#EFEAC2 (or 0xEFEAC2) is known color: Half And Half. HEX triplet: EF, EA and C2. RGB value is (239,234,194). Sum of RGB (Red+Green+Blue) = 239+234+194=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 194 (76.17% from 255 or 29.09% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAC2 is #10153D. Grayscale: #E7E7E7. Windows color (decimal): -1054014 or 12774127. OLE color: 12774127.
HSL color Cylindrical-coordinate representation of color #EFEAC2: hue angle of 53.33º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFEAC2 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 194 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.06 |
| HSL | 53.33º | 0.58% | 0.85% | - |
| HSV(B) | 53.33º | 0.19% | 0.94% | - |
| XYZ | 74.76 | 81.09 | 62.75 | - |
| YUV | 230.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 194 | 0 | 0.02 | 0.19 | 0.06 | 53.33 | 0.58 | 0.85 |
| Hex | EF | EA | C2 | 0 | 2 | 13 | 6 | 35 | 3A | 55 |
| Octal | 357 | 352 | 302 | 0 | 2 | 23 | 6 | 65 | 72 | 125 |
| Binary | 11101111 | 11101010 | 11000010 | 0 | 10 | 10011 | 110 | 110101 | 111010 | 1010101 |
Color Harmonies of #EFEAC2
Complementary color
Monochromatic Colors of #EFEAC2
Black with #EFEAC2
Text Example
Text Example
White with #EFEAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEAC2; }
p { color: rgb(239,234,194); }
H1.HeaderClassName
{
color: #EFEAC2;
}
.AnyTagClassName
{
color: #EFEAC2;
}
</style>
background-color css
<style>
a { background-color: #EFEAC2; }
a { background-color: rgb(239,234,194); }
div.DivClassName
{
background-color: #EFEAC2;
}
.BgClassName
{
background-color: #EFEAC2;
}
</style>
border-color css
<style>
span { border-color: #EFEAC2; }
span { border-color: rgb(239,234,194); }
td.TdClassName
{
border-color: #EFEAC2;
}
.TagClassName
{
border-color: #EFEAC2;
}
</style>