Shades of Beauty Bush #EBB3AE
Tints of Beauty Bush #EBB3AE
RGB
CMYK
RGB Variations
Color information
#EBB3AE (or 0xEBB3AE) is known color: Beauty Bush. HEX triplet: EB, B3 and AE. RGB value is (235,179,174). Sum of RGB (Red+Green+Blue) = 235+179+174=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 179 (70.31% from 255 or 30.44% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB3AE is #144C51. Grayscale: #C3C3C3. Windows color (decimal): -1330258 or 11449323. OLE color: 11449323.
HSL color Cylindrical-coordinate representation of color #EBB3AE: hue angle of 4.92º degrees, saturation: 0.6, 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 #EBB3AE is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 174 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.08 |
| HSL | 4.92º | 0.6% | 0.8% | - |
| HSV(B) | 4.92º | 0.26% | 0.92% | - |
| XYZ | 58.02 | 52.96 | 47.21 | - |
| YUV | 195.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 174 | 0 | 0.24 | 0.26 | 0.08 | 4.92 | 0.6 | 0.8 |
| Hex | EB | B3 | AE | 0 | 18 | 1A | 8 | 5 | 3C | 50 |
| Octal | 353 | 263 | 256 | 0 | 30 | 32 | 10 | 5 | 74 | 120 |
| Binary | 11101011 | 10110011 | 10101110 | 0 | 11000 | 11010 | 1000 | 101 | 111100 | 1010000 |
Color Harmonies of #EBB3AE
Complementary color
Monochromatic Colors of #EBB3AE
Black with #EBB3AE
Text Example
Text Example
White with #EBB3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3AE; }
p { color: rgb(235,179,174); }
H1.HeaderClassName
{
color: #EBB3AE;
}
.AnyTagClassName
{
color: #EBB3AE;
}
</style>
background-color css
<style>
a { background-color: #EBB3AE; }
a { background-color: rgb(235,179,174); }
div.DivClassName
{
background-color: #EBB3AE;
}
.BgClassName
{
background-color: #EBB3AE;
}
</style>
border-color css
<style>
span { border-color: #EBB3AE; }
span { border-color: rgb(235,179,174); }
td.TdClassName
{
border-color: #EBB3AE;
}
.TagClassName
{
border-color: #EBB3AE;
}
</style>