Shades of Beauty Bush #EBB0AE
Tints of Beauty Bush #EBB0AE
RGB
CMYK
RGB Variations
Color information
#EBB0AE (or 0xEBB0AE) is known color: Beauty Bush. HEX triplet: EB, B0 and AE. RGB value is (235,176,174). Sum of RGB (Red+Green+Blue) = 235+176+174=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB0AE is #144F51. Grayscale: #C1C1C1. Windows color (decimal): -1331026 or 11448555. OLE color: 11448555.
HSL color Cylindrical-coordinate representation of color #EBB0AE: hue angle of 1.97º 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 #EBB0AE is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 174 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.08 |
| HSL | 1.97º | 0.6% | 0.8% | - |
| HSV(B) | 1.97º | 0.26% | 0.92% | - |
| XYZ | 57.43 | 51.77 | 47.01 | - |
| YUV | 193.41 | 117.05 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 174 | 0 | 0.25 | 0.26 | 0.08 | 1.97 | 0.6 | 0.8 |
| Hex | EB | B0 | AE | 0 | 19 | 1A | 8 | 2 | 3C | 50 |
| Octal | 353 | 260 | 256 | 0 | 31 | 32 | 10 | 2 | 74 | 120 |
| Binary | 11101011 | 10110000 | 10101110 | 0 | 11001 | 11010 | 1000 | 10 | 111100 | 1010000 |
Color Harmonies of #EBB0AE
Complementary color
Monochromatic Colors of #EBB0AE
Black with #EBB0AE
Text Example
Text Example
White with #EBB0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0AE; }
p { color: rgb(235,176,174); }
H1.HeaderClassName
{
color: #EBB0AE;
}
.AnyTagClassName
{
color: #EBB0AE;
}
</style>
background-color css
<style>
a { background-color: #EBB0AE; }
a { background-color: rgb(235,176,174); }
div.DivClassName
{
background-color: #EBB0AE;
}
.BgClassName
{
background-color: #EBB0AE;
}
</style>
border-color css
<style>
span { border-color: #EBB0AE; }
span { border-color: rgb(235,176,174); }
td.TdClassName
{
border-color: #EBB0AE;
}
.TagClassName
{
border-color: #EBB0AE;
}
</style>