Shades of Beauty Bush #EFBCB5
Tints of Beauty Bush #EFBCB5
RGB
CMYK
RGB Variations
Color information
#EFBCB5 (or 0xEFBCB5) is known color: Beauty Bush. HEX triplet: EF, BC and B5. RGB value is (239,188,181). Sum of RGB (Red+Green+Blue) = 239+188+181=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCB5 is #10434A. Grayscale: #CACACA. Windows color (decimal): -1065803 or 11910383. OLE color: 11910383.
HSL color Cylindrical-coordinate representation of color #EFBCB5: hue angle of 7.24º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFBCB5 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 181 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.06 |
| HSL | 7.24º | 0.64% | 0.82% | - |
| HSV(B) | 7.24º | 0.24% | 0.94% | - |
| XYZ | 61.92 | 57.65 | 51.58 | - |
| YUV | 202.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 181 | 0 | 0.21 | 0.24 | 0.06 | 7.24 | 0.64 | 0.82 |
| Hex | EF | BC | B5 | 0 | 15 | 18 | 6 | 7 | 40 | 52 |
| Octal | 357 | 274 | 265 | 0 | 25 | 30 | 6 | 7 | 100 | 122 |
| Binary | 11101111 | 10111100 | 10110101 | 0 | 10101 | 11000 | 110 | 111 | 1000000 | 1010010 |
Color Harmonies of #EFBCB5
Complementary color
Monochromatic Colors of #EFBCB5
Black with #EFBCB5
Text Example
Text Example
White with #EFBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCB5; }
p { color: rgb(239,188,181); }
H1.HeaderClassName
{
color: #EFBCB5;
}
.AnyTagClassName
{
color: #EFBCB5;
}
</style>
background-color css
<style>
a { background-color: #EFBCB5; }
a { background-color: rgb(239,188,181); }
div.DivClassName
{
background-color: #EFBCB5;
}
.BgClassName
{
background-color: #EFBCB5;
}
</style>
border-color css
<style>
span { border-color: #EFBCB5; }
span { border-color: rgb(239,188,181); }
td.TdClassName
{
border-color: #EFBCB5;
}
.TagClassName
{
border-color: #EFBCB5;
}
</style>