Shades of Beauty Bush #EFBDBD
Tints of Beauty Bush #EFBDBD
RGB
CMYK
RGB Variations
Color information
#EFBDBD (or 0xEFBDBD) is known color: Beauty Bush. HEX triplet: EF, BD and BD. RGB value is (239,189,189). Sum of RGB (Red+Green+Blue) = 239+189+189=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDBD is #104242. Grayscale: #CBCBCB. Windows color (decimal): -1065539 or 12434927. OLE color: 12434927.
HSL color Cylindrical-coordinate representation of color #EFBDBD: hue angle of 0º 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 #EFBDBD is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 189 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.06 |
| HSL | 0º | 0.61% | 0.84% | - |
| HSV(B) | 0º | 0.21% | 0.94% | - |
| XYZ | 62.98 | 58.42 | 56.1 | - |
| YUV | 203.95 | 119.57 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 189 | 0 | 0.21 | 0.21 | 0.06 | 0 | 0.61 | 0.84 |
| Hex | EF | BD | BD | 0 | 15 | 15 | 6 | 0 | 3D | 54 |
| Octal | 357 | 275 | 275 | 0 | 25 | 25 | 6 | 0 | 75 | 124 |
| Binary | 11101111 | 10111101 | 10111101 | 0 | 10101 | 10101 | 110 | 0 | 111101 | 1010100 |
Color Harmonies of #EFBDBD
Complementary color
Monochromatic Colors of #EFBDBD
Black with #EFBDBD
Text Example
Text Example
White with #EFBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDBD; }
p { color: rgb(239,189,189); }
H1.HeaderClassName
{
color: #EFBDBD;
}
.AnyTagClassName
{
color: #EFBDBD;
}
</style>
background-color css
<style>
a { background-color: #EFBDBD; }
a { background-color: rgb(239,189,189); }
div.DivClassName
{
background-color: #EFBDBD;
}
.BgClassName
{
background-color: #EFBDBD;
}
</style>
border-color css
<style>
span { border-color: #EFBDBD; }
span { border-color: rgb(239,189,189); }
td.TdClassName
{
border-color: #EFBDBD;
}
.TagClassName
{
border-color: #EFBDBD;
}
</style>