Shades of Beauty Bush #EFB9AB
Tints of Beauty Bush #EFB9AB
RGB
CMYK
RGB Variations
Color information
#EFB9AB (or 0xEFB9AB) is known color: Beauty Bush. HEX triplet: EF, B9 and AB. RGB value is (239,185,171). Sum of RGB (Red+Green+Blue) = 239+185+171=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB9AB is #104654. Grayscale: #C7C7C7. Windows color (decimal): -1066581 or 11254255. OLE color: 11254255.
HSL color Cylindrical-coordinate representation of color #EFB9AB: hue angle of 12.35º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFB9AB is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 171 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.06 |
| HSL | 12.35º | 0.68% | 0.8% | - |
| HSV(B) | 12.35º | 0.28% | 0.94% | - |
| XYZ | 60.3 | 55.99 | 46.16 | - |
| YUV | 199.55 | 111.89 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 171 | 0 | 0.23 | 0.28 | 0.06 | 12.35 | 0.68 | 0.8 |
| Hex | EF | B9 | AB | 0 | 17 | 1C | 6 | C | 44 | 50 |
| Octal | 357 | 271 | 253 | 0 | 27 | 34 | 6 | 14 | 104 | 120 |
| Binary | 11101111 | 10111001 | 10101011 | 0 | 10111 | 11100 | 110 | 1100 | 1000100 | 1010000 |
Color Harmonies of #EFB9AB
Complementary color
Monochromatic Colors of #EFB9AB
Black with #EFB9AB
Text Example
Text Example
White with #EFB9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB9AB; }
p { color: rgb(239,185,171); }
H1.HeaderClassName
{
color: #EFB9AB;
}
.AnyTagClassName
{
color: #EFB9AB;
}
</style>
background-color css
<style>
a { background-color: #EFB9AB; }
a { background-color: rgb(239,185,171); }
div.DivClassName
{
background-color: #EFB9AB;
}
.BgClassName
{
background-color: #EFB9AB;
}
</style>
border-color css
<style>
span { border-color: #EFB9AB; }
span { border-color: rgb(239,185,171); }
td.TdClassName
{
border-color: #EFB9AB;
}
.TagClassName
{
border-color: #EFB9AB;
}
</style>