Shades of Half And Half #EFE8BE
Tints of Half And Half #EFE8BE
RGB
CMYK
RGB Variations
Color information
#EFE8BE (or 0xEFE8BE) is known color: Half And Half. HEX triplet: EF, E8 and BE. RGB value is (239,232,190). Sum of RGB (Red+Green+Blue) = 239+232+190=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 190 (74.61% from 255 or 28.74% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8BE is #101741. Grayscale: #E5E5E5. Windows color (decimal): -1054530 or 12511471. OLE color: 12511471.
HSL color Cylindrical-coordinate representation of color #EFE8BE: hue angle of 51.43º degrees, saturation: 0.6, 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 #EFE8BE is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 190 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.06 |
| HSL | 51.43º | 0.6% | 0.84% | - |
| HSV(B) | 51.43º | 0.21% | 0.94% | - |
| XYZ | 73.75 | 79.78 | 60.23 | - |
| YUV | 229.31 | 105.82 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 190 | 0 | 0.03 | 0.21 | 0.06 | 51.43 | 0.6 | 0.84 |
| Hex | EF | E8 | BE | 0 | 3 | 15 | 6 | 33 | 3C | 54 |
| Octal | 357 | 350 | 276 | 0 | 3 | 25 | 6 | 63 | 74 | 124 |
| Binary | 11101111 | 11101000 | 10111110 | 0 | 11 | 10101 | 110 | 110011 | 111100 | 1010100 |
Color Harmonies of #EFE8BE
Complementary color
Monochromatic Colors of #EFE8BE
Black with #EFE8BE
Text Example
Text Example
White with #EFE8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE8BE; }
p { color: rgb(239,232,190); }
H1.HeaderClassName
{
color: #EFE8BE;
}
.AnyTagClassName
{
color: #EFE8BE;
}
</style>
background-color css
<style>
a { background-color: #EFE8BE; }
a { background-color: rgb(239,232,190); }
div.DivClassName
{
background-color: #EFE8BE;
}
.BgClassName
{
background-color: #EFE8BE;
}
</style>
border-color css
<style>
span { border-color: #EFE8BE; }
span { border-color: rgb(239,232,190); }
td.TdClassName
{
border-color: #EFE8BE;
}
.TagClassName
{
border-color: #EFE8BE;
}
</style>