Shades of Half And Half #EFEABD
Tints of Half And Half #EFEABD
RGB
CMYK
RGB Variations
Color information
#EFEABD (or 0xEFEABD) is known color: Half And Half. HEX triplet: EF, EA and BD. RGB value is (239,234,189). Sum of RGB (Red+Green+Blue) = 239+234+189=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEABD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEABD is #101542. Grayscale: #E6E6E6. Windows color (decimal): -1054019 or 12446447. OLE color: 12446447.
HSL color Cylindrical-coordinate representation of color #EFEABD: hue angle of 54º 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 #EFEABD is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 189 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.06 |
| HSL | 54º | 0.61% | 0.84% | - |
| HSV(B) | 54º | 0.21% | 0.94% | - |
| XYZ | 74.2 | 80.87 | 59.84 | - |
| YUV | 230.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 189 | 0 | 0.02 | 0.21 | 0.06 | 54 | 0.61 | 0.84 |
| Hex | EF | EA | BD | 0 | 2 | 15 | 6 | 36 | 3D | 54 |
| Octal | 357 | 352 | 275 | 0 | 2 | 25 | 6 | 66 | 75 | 124 |
| Binary | 11101111 | 11101010 | 10111101 | 0 | 10 | 10101 | 110 | 110110 | 111101 | 1010100 |
Color Harmonies of #EFEABD
Complementary color
Monochromatic Colors of #EFEABD
Black with #EFEABD
Text Example
Text Example
White with #EFEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEABD; }
p { color: rgb(239,234,189); }
H1.HeaderClassName
{
color: #EFEABD;
}
.AnyTagClassName
{
color: #EFEABD;
}
</style>
background-color css
<style>
a { background-color: #EFEABD; }
a { background-color: rgb(239,234,189); }
div.DivClassName
{
background-color: #EFEABD;
}
.BgClassName
{
background-color: #EFEABD;
}
</style>
border-color css
<style>
span { border-color: #EFEABD; }
span { border-color: rgb(239,234,189); }
td.TdClassName
{
border-color: #EFEABD;
}
.TagClassName
{
border-color: #EFEABD;
}
</style>