Shades of Beauty Bush #EFC3BB
Tints of Beauty Bush #EFC3BB
RGB
CMYK
RGB Variations
Color information
#EFC3BB (or 0xEFC3BB) is known color: Beauty Bush. HEX triplet: EF, C3 and BB. RGB value is (239,195,187). Sum of RGB (Red+Green+Blue) = 239+195+187=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3BB is #103C44. Grayscale: #CFCFCF. Windows color (decimal): -1064005 or 12305391. OLE color: 12305391.
HSL color Cylindrical-coordinate representation of color #EFC3BB: hue angle of 9.23º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFC3BB is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 187 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.06 |
| HSL | 9.23º | 0.62% | 0.84% | - |
| HSV(B) | 9.23º | 0.22% | 0.94% | - |
| XYZ | 64.08 | 60.97 | 55.4 | - |
| YUV | 207.24 | 116.58 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 187 | 0 | 0.18 | 0.22 | 0.06 | 9.23 | 0.62 | 0.84 |
| Hex | EF | C3 | BB | 0 | 12 | 16 | 6 | 9 | 3E | 54 |
| Octal | 357 | 303 | 273 | 0 | 22 | 26 | 6 | 11 | 76 | 124 |
| Binary | 11101111 | 11000011 | 10111011 | 0 | 10010 | 10110 | 110 | 1001 | 111110 | 1010100 |
Color Harmonies of #EFC3BB
Complementary color
Monochromatic Colors of #EFC3BB
Black with #EFC3BB
Text Example
Text Example
White with #EFC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3BB; }
p { color: rgb(239,195,187); }
H1.HeaderClassName
{
color: #EFC3BB;
}
.AnyTagClassName
{
color: #EFC3BB;
}
</style>
background-color css
<style>
a { background-color: #EFC3BB; }
a { background-color: rgb(239,195,187); }
div.DivClassName
{
background-color: #EFC3BB;
}
.BgClassName
{
background-color: #EFC3BB;
}
</style>
border-color css
<style>
span { border-color: #EFC3BB; }
span { border-color: rgb(239,195,187); }
td.TdClassName
{
border-color: #EFC3BB;
}
.TagClassName
{
border-color: #EFC3BB;
}
</style>