Shades of Beauty Bush #EFB3AC
Tints of Beauty Bush #EFB3AC
RGB
CMYK
RGB Variations
Color information
#EFB3AC (or 0xEFB3AC) is known color: Beauty Bush. HEX triplet: EF, B3 and AC. RGB value is (239,179,172). Sum of RGB (Red+Green+Blue) = 239+179+172=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB3AC is #104C53. Grayscale: #C4C4C4. Windows color (decimal): -1068116 or 11318255. OLE color: 11318255.
HSL color Cylindrical-coordinate representation of color #EFB3AC: hue angle of 6.27º 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 #EFB3AC is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 172 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.06 |
| HSL | 6.27º | 0.68% | 0.81% | - |
| HSV(B) | 6.27º | 0.28% | 0.94% | - |
| XYZ | 59.16 | 53.57 | 46.25 | - |
| YUV | 196.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 172 | 0 | 0.25 | 0.28 | 0.06 | 6.27 | 0.68 | 0.81 |
| Hex | EF | B3 | AC | 0 | 19 | 1C | 6 | 6 | 44 | 51 |
| Octal | 357 | 263 | 254 | 0 | 31 | 34 | 6 | 6 | 104 | 121 |
| Binary | 11101111 | 10110011 | 10101100 | 0 | 11001 | 11100 | 110 | 110 | 1000100 | 1010001 |
Color Harmonies of #EFB3AC
Complementary color
Monochromatic Colors of #EFB3AC
Black with #EFB3AC
Text Example
Text Example
White with #EFB3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB3AC; }
p { color: rgb(239,179,172); }
H1.HeaderClassName
{
color: #EFB3AC;
}
.AnyTagClassName
{
color: #EFB3AC;
}
</style>
background-color css
<style>
a { background-color: #EFB3AC; }
a { background-color: rgb(239,179,172); }
div.DivClassName
{
background-color: #EFB3AC;
}
.BgClassName
{
background-color: #EFB3AC;
}
</style>
border-color css
<style>
span { border-color: #EFB3AC; }
span { border-color: rgb(239,179,172); }
td.TdClassName
{
border-color: #EFB3AC;
}
.TagClassName
{
border-color: #EFB3AC;
}
</style>