Shades of Half And Half #EFE9C4
Tints of Half And Half #EFE9C4
RGB
CMYK
RGB Variations
Color information
#EFE9C4 (or 0xEFE9C4) is known color: Half And Half. HEX triplet: EF, E9 and C4. RGB value is (239,233,196). Sum of RGB (Red+Green+Blue) = 239+233+196=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 233 (91.41% from 255 or 34.88% from 668); Blue value is 196 (76.95% from 255 or 29.34% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9C4 is #10163B. Grayscale: #E6E6E6. Windows color (decimal): -1054268 or 12904943. OLE color: 12904943.
HSL color Cylindrical-coordinate representation of color #EFE9C4: hue angle of 51.63º 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 #EFE9C4 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 196 | - |
| CMYK | 0 | 0.03 | 0.18 | 0.06 |
| HSL | 51.63º | 0.57% | 0.85% | - |
| HSV(B) | 51.63º | 0.18% | 0.94% | - |
| XYZ | 74.7 | 80.61 | 63.85 | - |
| YUV | 230.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 196 | 0 | 0.03 | 0.18 | 0.06 | 51.63 | 0.57 | 0.85 |
| Hex | EF | E9 | C4 | 0 | 3 | 12 | 6 | 34 | 39 | 55 |
| Octal | 357 | 351 | 304 | 0 | 3 | 22 | 6 | 64 | 71 | 125 |
| Binary | 11101111 | 11101001 | 11000100 | 0 | 11 | 10010 | 110 | 110100 | 111001 | 1010101 |
Color Harmonies of #EFE9C4
Complementary color
Monochromatic Colors of #EFE9C4
Black with #EFE9C4
Text Example
Text Example
White with #EFE9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9C4; }
p { color: rgb(239,233,196); }
H1.HeaderClassName
{
color: #EFE9C4;
}
.AnyTagClassName
{
color: #EFE9C4;
}
</style>
background-color css
<style>
a { background-color: #EFE9C4; }
a { background-color: rgb(239,233,196); }
div.DivClassName
{
background-color: #EFE9C4;
}
.BgClassName
{
background-color: #EFE9C4;
}
</style>
border-color css
<style>
span { border-color: #EFE9C4; }
span { border-color: rgb(239,233,196); }
td.TdClassName
{
border-color: #EFE9C4;
}
.TagClassName
{
border-color: #EFE9C4;
}
</style>