Shades of Beauty Bush #EFC3BF
Tints of Beauty Bush #EFC3BF
RGB
CMYK
RGB Variations
Color information
#EFC3BF (or 0xEFC3BF) is known color: Beauty Bush. HEX triplet: EF, C3 and BF. RGB value is (239,195,191). Sum of RGB (Red+Green+Blue) = 239+195+191=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 195 (76.56% from 255 or 31.2% from 625); Blue value is 191 (75% from 255 or 30.56% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3BF is #103C40. Grayscale: #CFCFCF. Windows color (decimal): -1064001 or 12567535. OLE color: 12567535.
HSL color Cylindrical-coordinate representation of color #EFC3BF: hue angle of 5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC3BF is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 191 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.06 |
| HSL | 5º | 0.6% | 0.84% | - |
| HSV(B) | 5º | 0.2% | 0.94% | - |
| XYZ | 64.52 | 61.14 | 57.69 | - |
| YUV | 207.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 191 | 0 | 0.18 | 0.20 | 0.06 | 5 | 0.6 | 0.84 |
| Hex | EF | C3 | BF | 0 | 12 | 14 | 6 | 5 | 3C | 54 |
| Octal | 357 | 303 | 277 | 0 | 22 | 24 | 6 | 5 | 74 | 124 |
| Binary | 11101111 | 11000011 | 10111111 | 0 | 10010 | 10100 | 110 | 101 | 111100 | 1010100 |
Color Harmonies of #EFC3BF
Complementary color
Monochromatic Colors of #EFC3BF
Black with #EFC3BF
Text Example
Text Example
White with #EFC3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3BF; }
p { color: rgb(239,195,191); }
H1.HeaderClassName
{
color: #EFC3BF;
}
.AnyTagClassName
{
color: #EFC3BF;
}
</style>
background-color css
<style>
a { background-color: #EFC3BF; }
a { background-color: rgb(239,195,191); }
div.DivClassName
{
background-color: #EFC3BF;
}
.BgClassName
{
background-color: #EFC3BF;
}
</style>
border-color css
<style>
span { border-color: #EFC3BF; }
span { border-color: rgb(239,195,191); }
td.TdClassName
{
border-color: #EFC3BF;
}
.TagClassName
{
border-color: #EFC3BF;
}
</style>