Shades of Beauty Bush #EFC1BC
Tints of Beauty Bush #EFC1BC
RGB
CMYK
RGB Variations
Color information
#EFC1BC (or 0xEFC1BC) is known color: Beauty Bush. HEX triplet: EF, C1 and BC. RGB value is (239,193,188). Sum of RGB (Red+Green+Blue) = 239+193+188=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1BC is #103E43. Grayscale: #CECECE. Windows color (decimal): -1064516 or 12370415. OLE color: 12370415.
HSL color Cylindrical-coordinate representation of color #EFC1BC: hue angle of 5.88º 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 #EFC1BC is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 188 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.06 |
| HSL | 5.88º | 0.61% | 0.84% | - |
| HSV(B) | 5.88º | 0.21% | 0.94% | - |
| XYZ | 63.74 | 60.12 | 55.82 | - |
| YUV | 206.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 188 | 0 | 0.19 | 0.21 | 0.06 | 5.88 | 0.61 | 0.84 |
| Hex | EF | C1 | BC | 0 | 13 | 15 | 6 | 6 | 3D | 54 |
| Octal | 357 | 301 | 274 | 0 | 23 | 25 | 6 | 6 | 75 | 124 |
| Binary | 11101111 | 11000001 | 10111100 | 0 | 10011 | 10101 | 110 | 110 | 111101 | 1010100 |
Color Harmonies of #EFC1BC
Complementary color
Monochromatic Colors of #EFC1BC
Black with #EFC1BC
Text Example
Text Example
White with #EFC1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1BC; }
p { color: rgb(239,193,188); }
H1.HeaderClassName
{
color: #EFC1BC;
}
.AnyTagClassName
{
color: #EFC1BC;
}
</style>
background-color css
<style>
a { background-color: #EFC1BC; }
a { background-color: rgb(239,193,188); }
div.DivClassName
{
background-color: #EFC1BC;
}
.BgClassName
{
background-color: #EFC1BC;
}
</style>
border-color css
<style>
span { border-color: #EFC1BC; }
span { border-color: rgb(239,193,188); }
td.TdClassName
{
border-color: #EFC1BC;
}
.TagClassName
{
border-color: #EFC1BC;
}
</style>