Shades of Beauty Bush #EDB8AD
Tints of Beauty Bush #EDB8AD
RGB
CMYK
RGB Variations
Color information
#EDB8AD (or 0xEDB8AD) is known color: Beauty Bush. HEX triplet: ED, B8 and AD. RGB value is (237,184,173). Sum of RGB (Red+Green+Blue) = 237+184+173=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB8AD is #124752. Grayscale: #C6C6C6. Windows color (decimal): -1197907 or 11385069. OLE color: 11385069.
HSL color Cylindrical-coordinate representation of color #EDB8AD: hue angle of 10.31º 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 #EDB8AD is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 173 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.07 |
| HSL | 10.31º | 0.64% | 0.8% | - |
| HSV(B) | 10.31º | 0.27% | 0.93% | - |
| XYZ | 59.61 | 55.3 | 47.07 | - |
| YUV | 198.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 173 | 0 | 0.22 | 0.27 | 0.07 | 10.31 | 0.64 | 0.8 |
| Hex | ED | B8 | AD | 0 | 16 | 1B | 7 | A | 40 | 50 |
| Octal | 355 | 270 | 255 | 0 | 26 | 33 | 7 | 12 | 100 | 120 |
| Binary | 11101101 | 10111000 | 10101101 | 0 | 10110 | 11011 | 111 | 1010 | 1000000 | 1010000 |
Color Harmonies of #EDB8AD
Complementary color
Monochromatic Colors of #EDB8AD
Black with #EDB8AD
Text Example
Text Example
White with #EDB8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8AD; }
p { color: rgb(237,184,173); }
H1.HeaderClassName
{
color: #EDB8AD;
}
.AnyTagClassName
{
color: #EDB8AD;
}
</style>
background-color css
<style>
a { background-color: #EDB8AD; }
a { background-color: rgb(237,184,173); }
div.DivClassName
{
background-color: #EDB8AD;
}
.BgClassName
{
background-color: #EDB8AD;
}
</style>
border-color css
<style>
span { border-color: #EDB8AD; }
span { border-color: rgb(237,184,173); }
td.TdClassName
{
border-color: #EDB8AD;
}
.TagClassName
{
border-color: #EDB8AD;
}
</style>