Shades of Beauty Bush #EDB3AB
Tints of Beauty Bush #EDB3AB
RGB
CMYK
RGB Variations
Color information
#EDB3AB (or 0xEDB3AB) is known color: Beauty Bush. HEX triplet: ED, B3 and AB. RGB value is (237,179,171). Sum of RGB (Red+Green+Blue) = 237+179+171=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 179 (70.31% from 255 or 30.49% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB3AB is #124C54. Grayscale: #C3C3C3. Windows color (decimal): -1199189 or 11252717. OLE color: 11252717.
HSL color Cylindrical-coordinate representation of color #EDB3AB: hue angle of 7.27º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB3AB is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 171 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.07 |
| HSL | 7.27º | 0.65% | 0.8% | - |
| HSV(B) | 7.27º | 0.28% | 0.93% | - |
| XYZ | 58.4 | 53.19 | 45.72 | - |
| YUV | 195.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 171 | 0 | 0.24 | 0.28 | 0.07 | 7.27 | 0.65 | 0.8 |
| Hex | ED | B3 | AB | 0 | 18 | 1C | 7 | 7 | 41 | 50 |
| Octal | 355 | 263 | 253 | 0 | 30 | 34 | 7 | 7 | 101 | 120 |
| Binary | 11101101 | 10110011 | 10101011 | 0 | 11000 | 11100 | 111 | 111 | 1000001 | 1010000 |
Color Harmonies of #EDB3AB
Complementary color
Monochromatic Colors of #EDB3AB
Black with #EDB3AB
Text Example
Text Example
White with #EDB3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB3AB; }
p { color: rgb(237,179,171); }
H1.HeaderClassName
{
color: #EDB3AB;
}
.AnyTagClassName
{
color: #EDB3AB;
}
</style>
background-color css
<style>
a { background-color: #EDB3AB; }
a { background-color: rgb(237,179,171); }
div.DivClassName
{
background-color: #EDB3AB;
}
.BgClassName
{
background-color: #EDB3AB;
}
</style>
border-color css
<style>
span { border-color: #EDB3AB; }
span { border-color: rgb(237,179,171); }
td.TdClassName
{
border-color: #EDB3AB;
}
.TagClassName
{
border-color: #EDB3AB;
}
</style>