Shades of Half And Half #EFEABC
Tints of Half And Half #EFEABC
RGB
CMYK
RGB Variations
Color information
#EFEABC (or 0xEFEABC) is known color: Half And Half. HEX triplet: EF, EA and BC. RGB value is (239,234,188). Sum of RGB (Red+Green+Blue) = 239+234+188=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 188 (73.83% from 255 or 28.44% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEABC is #101543. Grayscale: #E6E6E6. Windows color (decimal): -1054020 or 12380911. OLE color: 12380911.
HSL color Cylindrical-coordinate representation of color #EFEABC: hue angle of 54.12º 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 #EFEABC is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 188 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.06 |
| HSL | 54.12º | 0.61% | 0.84% | - |
| HSV(B) | 54.12º | 0.21% | 0.94% | - |
| XYZ | 74.1 | 80.83 | 59.27 | - |
| YUV | 230.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 188 | 0 | 0.02 | 0.21 | 0.06 | 54.12 | 0.61 | 0.84 |
| Hex | EF | EA | BC | 0 | 2 | 15 | 6 | 36 | 3D | 54 |
| Octal | 357 | 352 | 274 | 0 | 2 | 25 | 6 | 66 | 75 | 124 |
| Binary | 11101111 | 11101010 | 10111100 | 0 | 10 | 10101 | 110 | 110110 | 111101 | 1010100 |
Color Harmonies of #EFEABC
Complementary color
Monochromatic Colors of #EFEABC
Black with #EFEABC
Text Example
Text Example
White with #EFEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEABC; }
p { color: rgb(239,234,188); }
H1.HeaderClassName
{
color: #EFEABC;
}
.AnyTagClassName
{
color: #EFEABC;
}
</style>
background-color css
<style>
a { background-color: #EFEABC; }
a { background-color: rgb(239,234,188); }
div.DivClassName
{
background-color: #EFEABC;
}
.BgClassName
{
background-color: #EFEABC;
}
</style>
border-color css
<style>
span { border-color: #EFEABC; }
span { border-color: rgb(239,234,188); }
td.TdClassName
{
border-color: #EFEABC;
}
.TagClassName
{
border-color: #EFEABC;
}
</style>