Shades of Half And Half #EFE9BC
Tints of Half And Half #EFE9BC
RGB
CMYK
RGB Variations
Color information
#EFE9BC (or 0xEFE9BC) is known color: Half And Half. HEX triplet: EF, E9 and BC. RGB value is (239,233,188). Sum of RGB (Red+Green+Blue) = 239+233+188=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 188 (73.83% from 255 or 28.48% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9BC is #101643. Grayscale: #E5E5E5. Windows color (decimal): -1054276 or 12380655. OLE color: 12380655.
HSL color Cylindrical-coordinate representation of color #EFE9BC: hue angle of 52.94º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFE9BC is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 188 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.06 |
| HSL | 52.94º | 0.61% | 0.84% | - |
| HSV(B) | 52.94º | 0.21% | 0.94% | - |
| XYZ | 73.81 | 80.26 | 59.18 | - |
| YUV | 229.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 188 | 0 | 0.03 | 0.21 | 0.06 | 52.94 | 0.61 | 0.84 |
| Hex | EF | E9 | BC | 0 | 3 | 15 | 6 | 35 | 3D | 54 |
| Octal | 357 | 351 | 274 | 0 | 3 | 25 | 6 | 65 | 75 | 124 |
| Binary | 11101111 | 11101001 | 10111100 | 0 | 11 | 10101 | 110 | 110101 | 111101 | 1010100 |
Color Harmonies of #EFE9BC
Complementary color
Monochromatic Colors of #EFE9BC
Black with #EFE9BC
Text Example
Text Example
White with #EFE9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9BC; }
p { color: rgb(239,233,188); }
H1.HeaderClassName
{
color: #EFE9BC;
}
.AnyTagClassName
{
color: #EFE9BC;
}
</style>
background-color css
<style>
a { background-color: #EFE9BC; }
a { background-color: rgb(239,233,188); }
div.DivClassName
{
background-color: #EFE9BC;
}
.BgClassName
{
background-color: #EFE9BC;
}
</style>
border-color css
<style>
span { border-color: #EFE9BC; }
span { border-color: rgb(239,233,188); }
td.TdClassName
{
border-color: #EFE9BC;
}
.TagClassName
{
border-color: #EFE9BC;
}
</style>