Shades of Beauty Bush #EFBCB0
Tints of Beauty Bush #EFBCB0
RGB
CMYK
RGB Variations
Color information
#EFBCB0 (or 0xEFBCB0) is known color: Beauty Bush. HEX triplet: EF, BC and B0. RGB value is (239,188,176). Sum of RGB (Red+Green+Blue) = 239+188+176=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBCB0 is #10434F. Grayscale: #C9C9C9. Windows color (decimal): -1065808 or 11582703. OLE color: 11582703.
HSL color Cylindrical-coordinate representation of color #EFBCB0: hue angle of 11.43º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFBCB0 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 176 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.06 |
| HSL | 11.43º | 0.66% | 0.81% | - |
| HSV(B) | 11.43º | 0.26% | 0.94% | - |
| XYZ | 61.42 | 57.45 | 48.93 | - |
| YUV | 201.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 176 | 0 | 0.21 | 0.26 | 0.06 | 11.43 | 0.66 | 0.81 |
| Hex | EF | BC | B0 | 0 | 15 | 1A | 6 | B | 42 | 51 |
| Octal | 357 | 274 | 260 | 0 | 25 | 32 | 6 | 13 | 102 | 121 |
| Binary | 11101111 | 10111100 | 10110000 | 0 | 10101 | 11010 | 110 | 1011 | 1000010 | 1010001 |
Color Harmonies of #EFBCB0
Complementary color
Monochromatic Colors of #EFBCB0
Black with #EFBCB0
Text Example
Text Example
White with #EFBCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCB0; }
p { color: rgb(239,188,176); }
H1.HeaderClassName
{
color: #EFBCB0;
}
.AnyTagClassName
{
color: #EFBCB0;
}
</style>
background-color css
<style>
a { background-color: #EFBCB0; }
a { background-color: rgb(239,188,176); }
div.DivClassName
{
background-color: #EFBCB0;
}
.BgClassName
{
background-color: #EFBCB0;
}
</style>
border-color css
<style>
span { border-color: #EFBCB0; }
span { border-color: rgb(239,188,176); }
td.TdClassName
{
border-color: #EFBCB0;
}
.TagClassName
{
border-color: #EFBCB0;
}
</style>