Shades of Beauty Bush #EFBDB6
Tints of Beauty Bush #EFBDB6
RGB
CMYK
RGB Variations
Color information
#EFBDB6 (or 0xEFBDB6) is known color: Beauty Bush. HEX triplet: EF, BD and B6. RGB value is (239,189,182). Sum of RGB (Red+Green+Blue) = 239+189+182=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 182 (71.48% from 255 or 29.84% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDB6 is #104249. Grayscale: #CBCBCB. Windows color (decimal): -1065546 or 11976175. OLE color: 11976175.
HSL color Cylindrical-coordinate representation of color #EFBDB6: hue angle of 7.37º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFBDB6 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 182 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.06 |
| HSL | 7.37º | 0.64% | 0.83% | - |
| HSV(B) | 7.37º | 0.24% | 0.94% | - |
| XYZ | 62.24 | 58.12 | 52.19 | - |
| YUV | 203.15 | 116.07 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 182 | 0 | 0.21 | 0.24 | 0.06 | 7.37 | 0.64 | 0.83 |
| Hex | EF | BD | B6 | 0 | 15 | 18 | 6 | 7 | 40 | 53 |
| Octal | 357 | 275 | 266 | 0 | 25 | 30 | 6 | 7 | 100 | 123 |
| Binary | 11101111 | 10111101 | 10110110 | 0 | 10101 | 11000 | 110 | 111 | 1000000 | 1010011 |
Color Harmonies of #EFBDB6
Complementary color
Monochromatic Colors of #EFBDB6
Black with #EFBDB6
Text Example
Text Example
White with #EFBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDB6; }
p { color: rgb(239,189,182); }
H1.HeaderClassName
{
color: #EFBDB6;
}
.AnyTagClassName
{
color: #EFBDB6;
}
</style>
background-color css
<style>
a { background-color: #EFBDB6; }
a { background-color: rgb(239,189,182); }
div.DivClassName
{
background-color: #EFBDB6;
}
.BgClassName
{
background-color: #EFBDB6;
}
</style>
border-color css
<style>
span { border-color: #EFBDB6; }
span { border-color: rgb(239,189,182); }
td.TdClassName
{
border-color: #EFBDB6;
}
.TagClassName
{
border-color: #EFBDB6;
}
</style>