Shades of Beauty Bush #EFC0BE
Tints of Beauty Bush #EFC0BE
RGB
CMYK
RGB Variations
Color information
#EFC0BE (or 0xEFC0BE) is known color: Beauty Bush. HEX triplet: EF, C0 and BE. RGB value is (239,192,190). Sum of RGB (Red+Green+Blue) = 239+192+190=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0BE is #103F41. Grayscale: #CDCDCD. Windows color (decimal): -1064770 or 12501231. OLE color: 12501231.
HSL color Cylindrical-coordinate representation of color #EFC0BE: hue angle of 2.45º degrees, saturation: 0.6, 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 #EFC0BE is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 190 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.06 |
| HSL | 2.45º | 0.6% | 0.84% | - |
| HSV(B) | 2.45º | 0.21% | 0.94% | - |
| XYZ | 63.74 | 59.77 | 56.89 | - |
| YUV | 205.83 | 119.07 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 190 | 0 | 0.20 | 0.21 | 0.06 | 2.45 | 0.6 | 0.84 |
| Hex | EF | C0 | BE | 0 | 14 | 15 | 6 | 2 | 3C | 54 |
| Octal | 357 | 300 | 276 | 0 | 24 | 25 | 6 | 2 | 74 | 124 |
| Binary | 11101111 | 11000000 | 10111110 | 0 | 10100 | 10101 | 110 | 10 | 111100 | 1010100 |
Color Harmonies of #EFC0BE
Complementary color
Monochromatic Colors of #EFC0BE
Black with #EFC0BE
Text Example
Text Example
White with #EFC0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0BE; }
p { color: rgb(239,192,190); }
H1.HeaderClassName
{
color: #EFC0BE;
}
.AnyTagClassName
{
color: #EFC0BE;
}
</style>
background-color css
<style>
a { background-color: #EFC0BE; }
a { background-color: rgb(239,192,190); }
div.DivClassName
{
background-color: #EFC0BE;
}
.BgClassName
{
background-color: #EFC0BE;
}
</style>
border-color css
<style>
span { border-color: #EFC0BE; }
span { border-color: rgb(239,192,190); }
td.TdClassName
{
border-color: #EFC0BE;
}
.TagClassName
{
border-color: #EFC0BE;
}
</style>