Shades of Beauty Bush #EFB7AD
Tints of Beauty Bush #EFB7AD
RGB
CMYK
RGB Variations
Color information
#EFB7AD (or 0xEFB7AD) is known color: Beauty Bush. HEX triplet: EF, B7 and AD. RGB value is (239,183,173). Sum of RGB (Red+Green+Blue) = 239+183+173=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB7AD is #104852. Grayscale: #C6C6C6. Windows color (decimal): -1067091 or 11384815. OLE color: 11384815.
HSL color Cylindrical-coordinate representation of color #EFB7AD: hue angle of 9.09º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFB7AD is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 173 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.06 |
| HSL | 9.09º | 0.67% | 0.81% | - |
| HSV(B) | 9.09º | 0.28% | 0.94% | - |
| XYZ | 60.07 | 55.23 | 47.03 | - |
| YUV | 198.6 | 113.55 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 173 | 0 | 0.23 | 0.28 | 0.06 | 9.09 | 0.67 | 0.81 |
| Hex | EF | B7 | AD | 0 | 17 | 1C | 6 | 9 | 43 | 51 |
| Octal | 357 | 267 | 255 | 0 | 27 | 34 | 6 | 11 | 103 | 121 |
| Binary | 11101111 | 10110111 | 10101101 | 0 | 10111 | 11100 | 110 | 1001 | 1000011 | 1010001 |
Color Harmonies of #EFB7AD
Complementary color
Monochromatic Colors of #EFB7AD
Black with #EFB7AD
Text Example
Text Example
White with #EFB7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7AD; }
p { color: rgb(239,183,173); }
H1.HeaderClassName
{
color: #EFB7AD;
}
.AnyTagClassName
{
color: #EFB7AD;
}
</style>
background-color css
<style>
a { background-color: #EFB7AD; }
a { background-color: rgb(239,183,173); }
div.DivClassName
{
background-color: #EFB7AD;
}
.BgClassName
{
background-color: #EFB7AD;
}
</style>
border-color css
<style>
span { border-color: #EFB7AD; }
span { border-color: rgb(239,183,173); }
td.TdClassName
{
border-color: #EFB7AD;
}
.TagClassName
{
border-color: #EFB7AD;
}
</style>