Shades of Beauty Bush #EFC3BC
Tints of Beauty Bush #EFC3BC
RGB
CMYK
RGB Variations
Color information
#EFC3BC (or 0xEFC3BC) is known color: Beauty Bush. HEX triplet: EF, C3 and BC. RGB value is (239,195,188). Sum of RGB (Red+Green+Blue) = 239+195+188=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3BC is #103C43. Grayscale: #CFCFCF. Windows color (decimal): -1064004 or 12370927. OLE color: 12370927.
HSL color Cylindrical-coordinate representation of color #EFC3BC: hue angle of 8.24º 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 #EFC3BC is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 188 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.06 |
| HSL | 8.24º | 0.61% | 0.84% | - |
| HSV(B) | 8.24º | 0.21% | 0.94% | - |
| XYZ | 64.19 | 61.01 | 55.97 | - |
| YUV | 207.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 188 | 0 | 0.18 | 0.21 | 0.06 | 8.24 | 0.61 | 0.84 |
| Hex | EF | C3 | BC | 0 | 12 | 15 | 6 | 8 | 3D | 54 |
| Octal | 357 | 303 | 274 | 0 | 22 | 25 | 6 | 10 | 75 | 124 |
| Binary | 11101111 | 11000011 | 10111100 | 0 | 10010 | 10101 | 110 | 1000 | 111101 | 1010100 |
Color Harmonies of #EFC3BC
Complementary color
Monochromatic Colors of #EFC3BC
Black with #EFC3BC
Text Example
Text Example
White with #EFC3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3BC; }
p { color: rgb(239,195,188); }
H1.HeaderClassName
{
color: #EFC3BC;
}
.AnyTagClassName
{
color: #EFC3BC;
}
</style>
background-color css
<style>
a { background-color: #EFC3BC; }
a { background-color: rgb(239,195,188); }
div.DivClassName
{
background-color: #EFC3BC;
}
.BgClassName
{
background-color: #EFC3BC;
}
</style>
border-color css
<style>
span { border-color: #EFC3BC; }
span { border-color: rgb(239,195,188); }
td.TdClassName
{
border-color: #EFC3BC;
}
.TagClassName
{
border-color: #EFC3BC;
}
</style>