Shades of Beauty Bush #EDBAAC
Tints of Beauty Bush #EDBAAC
RGB
CMYK
RGB Variations
Color information
#EDBAAC (or 0xEDBAAC) is known color: Beauty Bush. HEX triplet: ED, BA and AC. RGB value is (237,186,172). Sum of RGB (Red+Green+Blue) = 237+186+172=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBAAC is #124553. Grayscale: #C7C7C7. Windows color (decimal): -1197396 or 11320045. OLE color: 11320045.
HSL color Cylindrical-coordinate representation of color #EDBAAC: hue angle of 12.92º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDBAAC is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 172 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.07 |
| HSL | 12.92º | 0.64% | 0.8% | - |
| HSV(B) | 12.92º | 0.27% | 0.93% | - |
| XYZ | 59.93 | 56.1 | 46.7 | - |
| YUV | 199.65 | 112.4 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 172 | 0 | 0.22 | 0.27 | 0.07 | 12.92 | 0.64 | 0.8 |
| Hex | ED | BA | AC | 0 | 16 | 1B | 7 | D | 40 | 50 |
| Octal | 355 | 272 | 254 | 0 | 26 | 33 | 7 | 15 | 100 | 120 |
| Binary | 11101101 | 10111010 | 10101100 | 0 | 10110 | 11011 | 111 | 1101 | 1000000 | 1010000 |
Color Harmonies of #EDBAAC
Complementary color
Monochromatic Colors of #EDBAAC
Black with #EDBAAC
Text Example
Text Example
White with #EDBAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBAAC; }
p { color: rgb(237,186,172); }
H1.HeaderClassName
{
color: #EDBAAC;
}
.AnyTagClassName
{
color: #EDBAAC;
}
</style>
background-color css
<style>
a { background-color: #EDBAAC; }
a { background-color: rgb(237,186,172); }
div.DivClassName
{
background-color: #EDBAAC;
}
.BgClassName
{
background-color: #EDBAAC;
}
</style>
border-color css
<style>
span { border-color: #EDBAAC; }
span { border-color: rgb(237,186,172); }
td.TdClassName
{
border-color: #EDBAAC;
}
.TagClassName
{
border-color: #EDBAAC;
}
</style>