Shades of Half And Half #EFEABB
Tints of Half And Half #EFEABB
RGB
CMYK
RGB Variations
Color information
#EFEABB (or 0xEFEABB) is known color: Half And Half. HEX triplet: EF, EA and BB. RGB value is (239,234,187). Sum of RGB (Red+Green+Blue) = 239+234+187=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 187 (73.44% from 255 or 28.33% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEABB is #101544. Grayscale: #E6E6E6. Windows color (decimal): -1054021 or 12315375. OLE color: 12315375.
HSL color Cylindrical-coordinate representation of color #EFEABB: hue angle of 54.23º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFEABB is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 187 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.06 |
| HSL | 54.23º | 0.62% | 0.84% | - |
| HSV(B) | 54.23º | 0.22% | 0.94% | - |
| XYZ | 73.99 | 80.78 | 58.71 | - |
| YUV | 230.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 187 | 0 | 0.02 | 0.22 | 0.06 | 54.23 | 0.62 | 0.84 |
| Hex | EF | EA | BB | 0 | 2 | 16 | 6 | 36 | 3E | 54 |
| Octal | 357 | 352 | 273 | 0 | 2 | 26 | 6 | 66 | 76 | 124 |
| Binary | 11101111 | 11101010 | 10111011 | 0 | 10 | 10110 | 110 | 110110 | 111110 | 1010100 |
Color Harmonies of #EFEABB
Complementary color
Monochromatic Colors of #EFEABB
Black with #EFEABB
Text Example
Text Example
White with #EFEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEABB; }
p { color: rgb(239,234,187); }
H1.HeaderClassName
{
color: #EFEABB;
}
.AnyTagClassName
{
color: #EFEABB;
}
</style>
background-color css
<style>
a { background-color: #EFEABB; }
a { background-color: rgb(239,234,187); }
div.DivClassName
{
background-color: #EFEABB;
}
.BgClassName
{
background-color: #EFEABB;
}
</style>
border-color css
<style>
span { border-color: #EFEABB; }
span { border-color: rgb(239,234,187); }
td.TdClassName
{
border-color: #EFEABB;
}
.TagClassName
{
border-color: #EFEABB;
}
</style>