Shades of Beauty Bush #EBB3AD
Tints of Beauty Bush #EBB3AD
RGB
CMYK
RGB Variations
Color information
#EBB3AD (or 0xEBB3AD) is known color: Beauty Bush. HEX triplet: EB, B3 and AD. RGB value is (235,179,173). Sum of RGB (Red+Green+Blue) = 235+179+173=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB3AD is #144C52. Grayscale: #C3C3C3. Windows color (decimal): -1330259 or 11383787. OLE color: 11383787.
HSL color Cylindrical-coordinate representation of color #EBB3AD: hue angle of 5.81º 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 #EBB3AD is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 173 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.08 |
| HSL | 5.81º | 0.61% | 0.8% | - |
| HSV(B) | 5.81º | 0.26% | 0.92% | - |
| XYZ | 57.92 | 52.92 | 46.7 | - |
| YUV | 195.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 173 | 0 | 0.24 | 0.26 | 0.08 | 5.81 | 0.61 | 0.8 |
| Hex | EB | B3 | AD | 0 | 18 | 1A | 8 | 6 | 3D | 50 |
| Octal | 353 | 263 | 255 | 0 | 30 | 32 | 10 | 6 | 75 | 120 |
| Binary | 11101011 | 10110011 | 10101101 | 0 | 11000 | 11010 | 1000 | 110 | 111101 | 1010000 |
Color Harmonies of #EBB3AD
Complementary color
Monochromatic Colors of #EBB3AD
Black with #EBB3AD
Text Example
Text Example
White with #EBB3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3AD; }
p { color: rgb(235,179,173); }
H1.HeaderClassName
{
color: #EBB3AD;
}
.AnyTagClassName
{
color: #EBB3AD;
}
</style>
background-color css
<style>
a { background-color: #EBB3AD; }
a { background-color: rgb(235,179,173); }
div.DivClassName
{
background-color: #EBB3AD;
}
.BgClassName
{
background-color: #EBB3AD;
}
</style>
border-color css
<style>
span { border-color: #EBB3AD; }
span { border-color: rgb(235,179,173); }
td.TdClassName
{
border-color: #EBB3AD;
}
.TagClassName
{
border-color: #EBB3AD;
}
</style>