Shades of Half And Half #EFE9C2
Tints of Half And Half #EFE9C2
RGB
CMYK
RGB Variations
Color information
#EFE9C2 (or 0xEFE9C2) is known color: Half And Half. HEX triplet: EF, E9 and C2. RGB value is (239,233,194). Sum of RGB (Red+Green+Blue) = 239+233+194=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 233 (91.41% from 255 or 34.98% from 666); Blue value is 194 (76.17% from 255 or 29.13% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9C2 is #10163D. Grayscale: #E6E6E6. Windows color (decimal): -1054270 or 12773871. OLE color: 12773871.
HSL color Cylindrical-coordinate representation of color #EFE9C2: hue angle of 52º 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 #EFE9C2 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 194 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.06 |
| HSL | 52º | 0.58% | 0.85% | - |
| HSV(B) | 52º | 0.19% | 0.94% | - |
| XYZ | 74.47 | 80.52 | 62.66 | - |
| YUV | 230.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 194 | 0 | 0.03 | 0.19 | 0.06 | 52 | 0.58 | 0.85 |
| Hex | EF | E9 | C2 | 0 | 3 | 13 | 6 | 34 | 3A | 55 |
| Octal | 357 | 351 | 302 | 0 | 3 | 23 | 6 | 64 | 72 | 125 |
| Binary | 11101111 | 11101001 | 11000010 | 0 | 11 | 10011 | 110 | 110100 | 111010 | 1010101 |
Color Harmonies of #EFE9C2
Complementary color
Monochromatic Colors of #EFE9C2
Black with #EFE9C2
Text Example
Text Example
White with #EFE9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9C2; }
p { color: rgb(239,233,194); }
H1.HeaderClassName
{
color: #EFE9C2;
}
.AnyTagClassName
{
color: #EFE9C2;
}
</style>
background-color css
<style>
a { background-color: #EFE9C2; }
a { background-color: rgb(239,233,194); }
div.DivClassName
{
background-color: #EFE9C2;
}
.BgClassName
{
background-color: #EFE9C2;
}
</style>
border-color css
<style>
span { border-color: #EFE9C2; }
span { border-color: rgb(239,233,194); }
td.TdClassName
{
border-color: #EFE9C2;
}
.TagClassName
{
border-color: #EFE9C2;
}
</style>