Shades of Beauty Bush #EFBDB1
Tints of Beauty Bush #EFBDB1
RGB
CMYK
RGB Variations
Color information
#EFBDB1 (or 0xEFBDB1) is known color: Beauty Bush. HEX triplet: EF, BD and B1. RGB value is (239,189,177). Sum of RGB (Red+Green+Blue) = 239+189+177=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBDB1 is #10424E. Grayscale: #CACACA. Windows color (decimal): -1065551 or 11648495. OLE color: 11648495.
HSL color Cylindrical-coordinate representation of color #EFBDB1: hue angle of 11.61º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFBDB1 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 177 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.06 |
| HSL | 11.61º | 0.66% | 0.82% | - |
| HSV(B) | 11.61º | 0.26% | 0.94% | - |
| XYZ | 61.73 | 57.92 | 49.52 | - |
| YUV | 202.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 177 | 0 | 0.21 | 0.26 | 0.06 | 11.61 | 0.66 | 0.82 |
| Hex | EF | BD | B1 | 0 | 15 | 1A | 6 | C | 42 | 52 |
| Octal | 357 | 275 | 261 | 0 | 25 | 32 | 6 | 14 | 102 | 122 |
| Binary | 11101111 | 10111101 | 10110001 | 0 | 10101 | 11010 | 110 | 1100 | 1000010 | 1010010 |
Color Harmonies of #EFBDB1
Complementary color
Monochromatic Colors of #EFBDB1
Black with #EFBDB1
Text Example
Text Example
White with #EFBDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDB1; }
p { color: rgb(239,189,177); }
H1.HeaderClassName
{
color: #EFBDB1;
}
.AnyTagClassName
{
color: #EFBDB1;
}
</style>
background-color css
<style>
a { background-color: #EFBDB1; }
a { background-color: rgb(239,189,177); }
div.DivClassName
{
background-color: #EFBDB1;
}
.BgClassName
{
background-color: #EFBDB1;
}
</style>
border-color css
<style>
span { border-color: #EFBDB1; }
span { border-color: rgb(239,189,177); }
td.TdClassName
{
border-color: #EFBDB1;
}
.TagClassName
{
border-color: #EFBDB1;
}
</style>