Shades of Beauty Bush #EFBCBA
Tints of Beauty Bush #EFBCBA
RGB
CMYK
RGB Variations
Color information
#EFBCBA (or 0xEFBCBA) is known color: Beauty Bush. HEX triplet: EF, BC and BA. RGB value is (239,188,186). Sum of RGB (Red+Green+Blue) = 239+188+186=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCBA is #104345. Grayscale: #CBCBCB. Windows color (decimal): -1065798 or 12238063. OLE color: 12238063.
HSL color Cylindrical-coordinate representation of color #EFBCBA: hue angle of 2.26º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBCBA is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 186 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.06 |
| HSL | 2.26º | 0.62% | 0.83% | - |
| HSV(B) | 2.26º | 0.22% | 0.94% | - |
| XYZ | 62.44 | 57.86 | 54.33 | - |
| YUV | 203.02 | 118.4 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 186 | 0 | 0.21 | 0.22 | 0.06 | 2.26 | 0.62 | 0.83 |
| Hex | EF | BC | BA | 0 | 15 | 16 | 6 | 2 | 3E | 53 |
| Octal | 357 | 274 | 272 | 0 | 25 | 26 | 6 | 2 | 76 | 123 |
| Binary | 11101111 | 10111100 | 10111010 | 0 | 10101 | 10110 | 110 | 10 | 111110 | 1010011 |
Color Harmonies of #EFBCBA
Complementary color
Monochromatic Colors of #EFBCBA
Black with #EFBCBA
Text Example
Text Example
White with #EFBCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCBA; }
p { color: rgb(239,188,186); }
H1.HeaderClassName
{
color: #EFBCBA;
}
.AnyTagClassName
{
color: #EFBCBA;
}
</style>
background-color css
<style>
a { background-color: #EFBCBA; }
a { background-color: rgb(239,188,186); }
div.DivClassName
{
background-color: #EFBCBA;
}
.BgClassName
{
background-color: #EFBCBA;
}
</style>
border-color css
<style>
span { border-color: #EFBCBA; }
span { border-color: rgb(239,188,186); }
td.TdClassName
{
border-color: #EFBCBA;
}
.TagClassName
{
border-color: #EFBCBA;
}
</style>