Shades of Beauty Bush #EDB2AD
Tints of Beauty Bush #EDB2AD
RGB
CMYK
RGB Variations
Color information
#EDB2AD (or 0xEDB2AD) is known color: Beauty Bush. HEX triplet: ED, B2 and AD. RGB value is (237,178,173). Sum of RGB (Red+Green+Blue) = 237+178+173=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB2AD is #124D52. Grayscale: #C3C3C3. Windows color (decimal): -1199443 or 11383533. OLE color: 11383533.
HSL color Cylindrical-coordinate representation of color #EDB2AD: hue angle of 4.69º 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 #EDB2AD is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 173 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.07 |
| HSL | 4.69º | 0.64% | 0.8% | - |
| HSV(B) | 4.69º | 0.27% | 0.93% | - |
| XYZ | 58.39 | 52.86 | 46.66 | - |
| YUV | 195.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 173 | 0 | 0.25 | 0.27 | 0.07 | 4.69 | 0.64 | 0.8 |
| Hex | ED | B2 | AD | 0 | 19 | 1B | 7 | 5 | 40 | 50 |
| Octal | 355 | 262 | 255 | 0 | 31 | 33 | 7 | 5 | 100 | 120 |
| Binary | 11101101 | 10110010 | 10101101 | 0 | 11001 | 11011 | 111 | 101 | 1000000 | 1010000 |
Color Harmonies of #EDB2AD
Complementary color
Monochromatic Colors of #EDB2AD
Black with #EDB2AD
Text Example
Text Example
White with #EDB2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2AD; }
p { color: rgb(237,178,173); }
H1.HeaderClassName
{
color: #EDB2AD;
}
.AnyTagClassName
{
color: #EDB2AD;
}
</style>
background-color css
<style>
a { background-color: #EDB2AD; }
a { background-color: rgb(237,178,173); }
div.DivClassName
{
background-color: #EDB2AD;
}
.BgClassName
{
background-color: #EDB2AD;
}
</style>
border-color css
<style>
span { border-color: #EDB2AD; }
span { border-color: rgb(237,178,173); }
td.TdClassName
{
border-color: #EDB2AD;
}
.TagClassName
{
border-color: #EDB2AD;
}
</style>