Shades of Beauty Bush #EFB4AC
Tints of Beauty Bush #EFB4AC
RGB
CMYK
RGB Variations
Color information
#EFB4AC (or 0xEFB4AC) is known color: Beauty Bush. HEX triplet: EF, B4 and AC. RGB value is (239,180,172). Sum of RGB (Red+Green+Blue) = 239+180+172=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB4AC is #104B53. Grayscale: #C4C4C4. Windows color (decimal): -1067860 or 11318511. OLE color: 11318511.
HSL color Cylindrical-coordinate representation of color #EFB4AC: hue angle of 7.16º 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 #EFB4AC is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 172 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.06 |
| HSL | 7.16º | 0.68% | 0.81% | - |
| HSV(B) | 7.16º | 0.28% | 0.94% | - |
| XYZ | 59.36 | 53.97 | 46.32 | - |
| YUV | 196.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 172 | 0 | 0.25 | 0.28 | 0.06 | 7.16 | 0.68 | 0.81 |
| Hex | EF | B4 | AC | 0 | 19 | 1C | 6 | 7 | 44 | 51 |
| Octal | 357 | 264 | 254 | 0 | 31 | 34 | 6 | 7 | 104 | 121 |
| Binary | 11101111 | 10110100 | 10101100 | 0 | 11001 | 11100 | 110 | 111 | 1000100 | 1010001 |
Color Harmonies of #EFB4AC
Complementary color
Monochromatic Colors of #EFB4AC
Black with #EFB4AC
Text Example
Text Example
White with #EFB4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB4AC; }
p { color: rgb(239,180,172); }
H1.HeaderClassName
{
color: #EFB4AC;
}
.AnyTagClassName
{
color: #EFB4AC;
}
</style>
background-color css
<style>
a { background-color: #EFB4AC; }
a { background-color: rgb(239,180,172); }
div.DivClassName
{
background-color: #EFB4AC;
}
.BgClassName
{
background-color: #EFB4AC;
}
</style>
border-color css
<style>
span { border-color: #EFB4AC; }
span { border-color: rgb(239,180,172); }
td.TdClassName
{
border-color: #EFB4AC;
}
.TagClassName
{
border-color: #EFB4AC;
}
</style>