Shades of Beauty Bush #EFC0BA
Tints of Beauty Bush #EFC0BA
RGB
CMYK
RGB Variations
Color information
#EFC0BA (or 0xEFC0BA) is known color: Beauty Bush. HEX triplet: EF, C0 and BA. RGB value is (239,192,186). Sum of RGB (Red+Green+Blue) = 239+192+186=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0BA is #103F45. Grayscale: #CDCDCD. Windows color (decimal): -1064774 or 12239087. OLE color: 12239087.
HSL color Cylindrical-coordinate representation of color #EFC0BA: hue angle of 6.79º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC0BA is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 186 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.06 |
| HSL | 6.79º | 0.62% | 0.83% | - |
| HSV(B) | 6.79º | 0.22% | 0.94% | - |
| XYZ | 63.31 | 59.6 | 54.62 | - |
| YUV | 205.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 186 | 0 | 0.20 | 0.22 | 0.06 | 6.79 | 0.62 | 0.83 |
| Hex | EF | C0 | BA | 0 | 14 | 16 | 6 | 7 | 3E | 53 |
| Octal | 357 | 300 | 272 | 0 | 24 | 26 | 6 | 7 | 76 | 123 |
| Binary | 11101111 | 11000000 | 10111010 | 0 | 10100 | 10110 | 110 | 111 | 111110 | 1010011 |
Color Harmonies of #EFC0BA
Complementary color
Monochromatic Colors of #EFC0BA
Black with #EFC0BA
Text Example
Text Example
White with #EFC0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0BA; }
p { color: rgb(239,192,186); }
H1.HeaderClassName
{
color: #EFC0BA;
}
.AnyTagClassName
{
color: #EFC0BA;
}
</style>
background-color css
<style>
a { background-color: #EFC0BA; }
a { background-color: rgb(239,192,186); }
div.DivClassName
{
background-color: #EFC0BA;
}
.BgClassName
{
background-color: #EFC0BA;
}
</style>
border-color css
<style>
span { border-color: #EFC0BA; }
span { border-color: rgb(239,192,186); }
td.TdClassName
{
border-color: #EFC0BA;
}
.TagClassName
{
border-color: #EFC0BA;
}
</style>