Shades of Beauty Bush #EBB9AD
Tints of Beauty Bush #EBB9AD
RGB
CMYK
RGB Variations
Color information
#EBB9AD (or 0xEBB9AD) is known color: Beauty Bush. HEX triplet: EB, B9 and AD. RGB value is (235,185,173). Sum of RGB (Red+Green+Blue) = 235+185+173=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB9AD is #144652. Grayscale: #C6C6C6. Windows color (decimal): -1328723 or 11385323. OLE color: 11385323.
HSL color Cylindrical-coordinate representation of color #EBB9AD: hue angle of 11.61º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBB9AD is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 185 | 173 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.08 |
| HSL | 11.61º | 0.61% | 0.8% | - |
| HSV(B) | 11.61º | 0.26% | 0.92% | - |
| XYZ | 59.15 | 55.38 | 47.11 | - |
| YUV | 198.58 | 113.57 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 185 | 173 | 0 | 0.21 | 0.26 | 0.08 | 11.61 | 0.61 | 0.8 |
| Hex | EB | B9 | AD | 0 | 15 | 1A | 8 | C | 3D | 50 |
| Octal | 353 | 271 | 255 | 0 | 25 | 32 | 10 | 14 | 75 | 120 |
| Binary | 11101011 | 10111001 | 10101101 | 0 | 10101 | 11010 | 1000 | 1100 | 111101 | 1010000 |
Color Harmonies of #EBB9AD
Complementary color
Monochromatic Colors of #EBB9AD
Black with #EBB9AD
Text Example
Text Example
White with #EBB9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB9AD; }
p { color: rgb(235,185,173); }
H1.HeaderClassName
{
color: #EBB9AD;
}
.AnyTagClassName
{
color: #EBB9AD;
}
</style>
background-color css
<style>
a { background-color: #EBB9AD; }
a { background-color: rgb(235,185,173); }
div.DivClassName
{
background-color: #EBB9AD;
}
.BgClassName
{
background-color: #EBB9AD;
}
</style>
border-color css
<style>
span { border-color: #EBB9AD; }
span { border-color: rgb(235,185,173); }
td.TdClassName
{
border-color: #EBB9AD;
}
.TagClassName
{
border-color: #EBB9AD;
}
</style>