Shades of Beauty Bush #EFC2BC
Tints of Beauty Bush #EFC2BC
RGB
CMYK
RGB Variations
Color information
#EFC2BC (or 0xEFC2BC) is known color: Beauty Bush. HEX triplet: EF, C2 and BC. RGB value is (239,194,188). Sum of RGB (Red+Green+Blue) = 239+194+188=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2BC is #103D43. Grayscale: #CECECE. Windows color (decimal): -1064260 or 12370671. OLE color: 12370671.
HSL color Cylindrical-coordinate representation of color #EFC2BC: hue angle of 7.06º 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 #EFC2BC is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 188 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.06 |
| HSL | 7.06º | 0.61% | 0.84% | - |
| HSV(B) | 7.06º | 0.21% | 0.94% | - |
| XYZ | 63.97 | 60.57 | 55.9 | - |
| YUV | 206.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 188 | 0 | 0.19 | 0.21 | 0.06 | 7.06 | 0.61 | 0.84 |
| Hex | EF | C2 | BC | 0 | 13 | 15 | 6 | 7 | 3D | 54 |
| Octal | 357 | 302 | 274 | 0 | 23 | 25 | 6 | 7 | 75 | 124 |
| Binary | 11101111 | 11000010 | 10111100 | 0 | 10011 | 10101 | 110 | 111 | 111101 | 1010100 |
Color Harmonies of #EFC2BC
Complementary color
Monochromatic Colors of #EFC2BC
Black with #EFC2BC
Text Example
Text Example
White with #EFC2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2BC; }
p { color: rgb(239,194,188); }
H1.HeaderClassName
{
color: #EFC2BC;
}
.AnyTagClassName
{
color: #EFC2BC;
}
</style>
background-color css
<style>
a { background-color: #EFC2BC; }
a { background-color: rgb(239,194,188); }
div.DivClassName
{
background-color: #EFC2BC;
}
.BgClassName
{
background-color: #EFC2BC;
}
</style>
border-color css
<style>
span { border-color: #EFC2BC; }
span { border-color: rgb(239,194,188); }
td.TdClassName
{
border-color: #EFC2BC;
}
.TagClassName
{
border-color: #EFC2BC;
}
</style>