Shades of Beauty Bush #EFBCB8
Tints of Beauty Bush #EFBCB8
RGB
CMYK
RGB Variations
Color information
#EFBCB8 (or 0xEFBCB8) is known color: Beauty Bush. HEX triplet: EF, BC and B8. RGB value is (239,188,184). Sum of RGB (Red+Green+Blue) = 239+188+184=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 184 (72.27% from 255 or 30.11% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCB8 is #104347. Grayscale: #CACACA. Windows color (decimal): -1065800 or 12106991. OLE color: 12106991.
HSL color Cylindrical-coordinate representation of color #EFBCB8: hue angle of 4.36º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFBCB8 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 184 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.06 |
| HSL | 4.36º | 0.63% | 0.83% | - |
| HSV(B) | 4.36º | 0.23% | 0.94% | - |
| XYZ | 62.23 | 57.78 | 53.22 | - |
| YUV | 202.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 184 | 0 | 0.21 | 0.23 | 0.06 | 4.36 | 0.63 | 0.83 |
| Hex | EF | BC | B8 | 0 | 15 | 17 | 6 | 4 | 3F | 53 |
| Octal | 357 | 274 | 270 | 0 | 25 | 27 | 6 | 4 | 77 | 123 |
| Binary | 11101111 | 10111100 | 10111000 | 0 | 10101 | 10111 | 110 | 100 | 111111 | 1010011 |
Color Harmonies of #EFBCB8
Complementary color
Monochromatic Colors of #EFBCB8
Black with #EFBCB8
Text Example
Text Example
White with #EFBCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCB8; }
p { color: rgb(239,188,184); }
H1.HeaderClassName
{
color: #EFBCB8;
}
.AnyTagClassName
{
color: #EFBCB8;
}
</style>
background-color css
<style>
a { background-color: #EFBCB8; }
a { background-color: rgb(239,188,184); }
div.DivClassName
{
background-color: #EFBCB8;
}
.BgClassName
{
background-color: #EFBCB8;
}
</style>
border-color css
<style>
span { border-color: #EFBCB8; }
span { border-color: rgb(239,188,184); }
td.TdClassName
{
border-color: #EFBCB8;
}
.TagClassName
{
border-color: #EFBCB8;
}
</style>