Shades of Beauty Bush #EDB4AD
Tints of Beauty Bush #EDB4AD
RGB
CMYK
RGB Variations
Color information
#EDB4AD (or 0xEDB4AD) is known color: Beauty Bush. HEX triplet: ED, B4 and AD. RGB value is (237,180,173). Sum of RGB (Red+Green+Blue) = 237+180+173=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB4AD is #124B52. Grayscale: #C4C4C4. Windows color (decimal): -1198931 or 11384045. OLE color: 11384045.
HSL color Cylindrical-coordinate representation of color #EDB4AD: hue angle of 6.56º 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 #EDB4AD is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 173 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.07 |
| HSL | 6.56º | 0.64% | 0.8% | - |
| HSV(B) | 6.56º | 0.27% | 0.93% | - |
| XYZ | 58.79 | 53.66 | 46.79 | - |
| YUV | 196.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 173 | 0 | 0.24 | 0.27 | 0.07 | 6.56 | 0.64 | 0.8 |
| Hex | ED | B4 | AD | 0 | 18 | 1B | 7 | 7 | 40 | 50 |
| Octal | 355 | 264 | 255 | 0 | 30 | 33 | 7 | 7 | 100 | 120 |
| Binary | 11101101 | 10110100 | 10101101 | 0 | 11000 | 11011 | 111 | 111 | 1000000 | 1010000 |
Color Harmonies of #EDB4AD
Complementary color
Monochromatic Colors of #EDB4AD
Black with #EDB4AD
Text Example
Text Example
White with #EDB4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4AD; }
p { color: rgb(237,180,173); }
H1.HeaderClassName
{
color: #EDB4AD;
}
.AnyTagClassName
{
color: #EDB4AD;
}
</style>
background-color css
<style>
a { background-color: #EDB4AD; }
a { background-color: rgb(237,180,173); }
div.DivClassName
{
background-color: #EDB4AD;
}
.BgClassName
{
background-color: #EDB4AD;
}
</style>
border-color css
<style>
span { border-color: #EDB4AD; }
span { border-color: rgb(237,180,173); }
td.TdClassName
{
border-color: #EDB4AD;
}
.TagClassName
{
border-color: #EDB4AD;
}
</style>