Shades of Beauty Bush #EFB9AC
Tints of Beauty Bush #EFB9AC
RGB
CMYK
RGB Variations
Color information
#EFB9AC (or 0xEFB9AC) is known color: Beauty Bush. HEX triplet: EF, B9 and AC. RGB value is (239,185,172). Sum of RGB (Red+Green+Blue) = 239+185+172=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB9AC is #104653. Grayscale: #C7C7C7. Windows color (decimal): -1066580 or 11319791. OLE color: 11319791.
HSL color Cylindrical-coordinate representation of color #EFB9AC: hue angle of 11.64º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFB9AC is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 172 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.06 |
| HSL | 11.64º | 0.68% | 0.81% | - |
| HSV(B) | 11.64º | 0.28% | 0.94% | - |
| XYZ | 60.39 | 56.03 | 46.66 | - |
| YUV | 199.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 172 | 0 | 0.23 | 0.28 | 0.06 | 11.64 | 0.68 | 0.81 |
| Hex | EF | B9 | AC | 0 | 17 | 1C | 6 | C | 44 | 51 |
| Octal | 357 | 271 | 254 | 0 | 27 | 34 | 6 | 14 | 104 | 121 |
| Binary | 11101111 | 10111001 | 10101100 | 0 | 10111 | 11100 | 110 | 1100 | 1000100 | 1010001 |
Color Harmonies of #EFB9AC
Complementary color
Monochromatic Colors of #EFB9AC
Black with #EFB9AC
Text Example
Text Example
White with #EFB9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB9AC; }
p { color: rgb(239,185,172); }
H1.HeaderClassName
{
color: #EFB9AC;
}
.AnyTagClassName
{
color: #EFB9AC;
}
</style>
background-color css
<style>
a { background-color: #EFB9AC; }
a { background-color: rgb(239,185,172); }
div.DivClassName
{
background-color: #EFB9AC;
}
.BgClassName
{
background-color: #EFB9AC;
}
</style>
border-color css
<style>
span { border-color: #EFB9AC; }
span { border-color: rgb(239,185,172); }
td.TdClassName
{
border-color: #EFB9AC;
}
.TagClassName
{
border-color: #EFB9AC;
}
</style>