Shades of Beauty Bush #EFC0BC
Tints of Beauty Bush #EFC0BC
RGB
CMYK
RGB Variations
Color information
#EFC0BC (or 0xEFC0BC) is known color: Beauty Bush. HEX triplet: EF, C0 and BC. RGB value is (239,192,188). Sum of RGB (Red+Green+Blue) = 239+192+188=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0BC is #103F43. Grayscale: #CDCDCD. Windows color (decimal): -1064772 or 12370159. OLE color: 12370159.
HSL color Cylindrical-coordinate representation of color #EFC0BC: hue angle of 4.71º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFC0BC is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 188 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.06 |
| HSL | 4.71º | 0.61% | 0.84% | - |
| HSV(B) | 4.71º | 0.21% | 0.94% | - |
| XYZ | 63.52 | 59.68 | 55.75 | - |
| YUV | 205.6 | 118.07 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 188 | 0 | 0.20 | 0.21 | 0.06 | 4.71 | 0.61 | 0.84 |
| Hex | EF | C0 | BC | 0 | 14 | 15 | 6 | 5 | 3D | 54 |
| Octal | 357 | 300 | 274 | 0 | 24 | 25 | 6 | 5 | 75 | 124 |
| Binary | 11101111 | 11000000 | 10111100 | 0 | 10100 | 10101 | 110 | 101 | 111101 | 1010100 |
Color Harmonies of #EFC0BC
Complementary color
Monochromatic Colors of #EFC0BC
Black with #EFC0BC
Text Example
Text Example
White with #EFC0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0BC; }
p { color: rgb(239,192,188); }
H1.HeaderClassName
{
color: #EFC0BC;
}
.AnyTagClassName
{
color: #EFC0BC;
}
</style>
background-color css
<style>
a { background-color: #EFC0BC; }
a { background-color: rgb(239,192,188); }
div.DivClassName
{
background-color: #EFC0BC;
}
.BgClassName
{
background-color: #EFC0BC;
}
</style>
border-color css
<style>
span { border-color: #EFC0BC; }
span { border-color: rgb(239,192,188); }
td.TdClassName
{
border-color: #EFC0BC;
}
.TagClassName
{
border-color: #EFC0BC;
}
</style>