Shades of Half And Half #EFE9BE
Tints of Half And Half #EFE9BE
RGB
CMYK
RGB Variations
Color information
#EFE9BE (or 0xEFE9BE) is known color: Half And Half. HEX triplet: EF, E9 and BE. RGB value is (239,233,190). Sum of RGB (Red+Green+Blue) = 239+233+190=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 190 (74.61% from 255 or 28.70% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9BE is #101641. Grayscale: #E6E6E6. Windows color (decimal): -1054274 or 12511727. OLE color: 12511727.
HSL color Cylindrical-coordinate representation of color #EFE9BE: hue angle of 52.65º 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 #EFE9BE is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 190 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.06 |
| HSL | 52.65º | 0.6% | 0.84% | - |
| HSV(B) | 52.65º | 0.21% | 0.94% | - |
| XYZ | 74.03 | 80.35 | 60.32 | - |
| YUV | 229.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 190 | 0 | 0.03 | 0.21 | 0.06 | 52.65 | 0.6 | 0.84 |
| Hex | EF | E9 | BE | 0 | 3 | 15 | 6 | 35 | 3C | 54 |
| Octal | 357 | 351 | 276 | 0 | 3 | 25 | 6 | 65 | 74 | 124 |
| Binary | 11101111 | 11101001 | 10111110 | 0 | 11 | 10101 | 110 | 110101 | 111100 | 1010100 |
Color Harmonies of #EFE9BE
Complementary color
Monochromatic Colors of #EFE9BE
Black with #EFE9BE
Text Example
Text Example
White with #EFE9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9BE; }
p { color: rgb(239,233,190); }
H1.HeaderClassName
{
color: #EFE9BE;
}
.AnyTagClassName
{
color: #EFE9BE;
}
</style>
background-color css
<style>
a { background-color: #EFE9BE; }
a { background-color: rgb(239,233,190); }
div.DivClassName
{
background-color: #EFE9BE;
}
.BgClassName
{
background-color: #EFE9BE;
}
</style>
border-color css
<style>
span { border-color: #EFE9BE; }
span { border-color: rgb(239,233,190); }
td.TdClassName
{
border-color: #EFE9BE;
}
.TagClassName
{
border-color: #EFE9BE;
}
</style>