Shades of Half And Half #EFE9BD
Tints of Half And Half #EFE9BD
RGB
CMYK
RGB Variations
Color information
#EFE9BD (or 0xEFE9BD) is known color: Half And Half. HEX triplet: EF, E9 and BD. RGB value is (239,233,189). Sum of RGB (Red+Green+Blue) = 239+233+189=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9BD is #101642. Grayscale: #E5E5E5. Windows color (decimal): -1054275 or 12446191. OLE color: 12446191.
HSL color Cylindrical-coordinate representation of color #EFE9BD: hue angle of 52.8º 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 #EFE9BD is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 189 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.06 |
| HSL | 52.8º | 0.61% | 0.84% | - |
| HSV(B) | 52.8º | 0.21% | 0.94% | - |
| XYZ | 73.92 | 80.3 | 59.75 | - |
| YUV | 229.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 189 | 0 | 0.03 | 0.21 | 0.06 | 52.8 | 0.61 | 0.84 |
| Hex | EF | E9 | BD | 0 | 3 | 15 | 6 | 35 | 3D | 54 |
| Octal | 357 | 351 | 275 | 0 | 3 | 25 | 6 | 65 | 75 | 124 |
| Binary | 11101111 | 11101001 | 10111101 | 0 | 11 | 10101 | 110 | 110101 | 111101 | 1010100 |
Color Harmonies of #EFE9BD
Complementary color
Monochromatic Colors of #EFE9BD
Black with #EFE9BD
Text Example
Text Example
White with #EFE9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE9BD; }
p { color: rgb(239,233,189); }
H1.HeaderClassName
{
color: #EFE9BD;
}
.AnyTagClassName
{
color: #EFE9BD;
}
</style>
background-color css
<style>
a { background-color: #EFE9BD; }
a { background-color: rgb(239,233,189); }
div.DivClassName
{
background-color: #EFE9BD;
}
.BgClassName
{
background-color: #EFE9BD;
}
</style>
border-color css
<style>
span { border-color: #EFE9BD; }
span { border-color: rgb(239,233,189); }
td.TdClassName
{
border-color: #EFE9BD;
}
.TagClassName
{
border-color: #EFE9BD;
}
</style>