Shades of Beauty Bush #EDB5AC
Tints of Beauty Bush #EDB5AC
RGB
CMYK
RGB Variations
Color information
#EDB5AC (or 0xEDB5AC) is known color: Beauty Bush. HEX triplet: ED, B5 and AC. RGB value is (237,181,172). Sum of RGB (Red+Green+Blue) = 237+181+172=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB5AC is #124A53. Grayscale: #C4C4C4. Windows color (decimal): -1198676 or 11318765. OLE color: 11318765.
HSL color Cylindrical-coordinate representation of color #EDB5AC: hue angle of 8.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 #EDB5AC is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 181 | 172 | - |
CMYK | 0 | 0.24 | 0.27 | 0.07 |
HSL | 8.31º | 0.64% | 0.8% | - |
HSV(B) | 8.31º | 0.27% | 0.93% | - |
XYZ | 58.9 | 54.03 | 46.35 | - |
YUV | 196.72 | 114.05 | 156.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 181 | 172 | 0 | 0.24 | 0.27 | 0.07 | 8.31 | 0.64 | 0.8 |
Hex | ED | B5 | AC | 0 | 18 | 1B | 7 | 8 | 40 | 50 |
Octal | 355 | 265 | 254 | 0 | 30 | 33 | 7 | 10 | 100 | 120 |
Binary | 11101101 | 10110101 | 10101100 | 0 | 11000 | 11011 | 111 | 1000 | 1000000 | 1010000 |
Color Harmonies of #EDB5AC
Complementary color
Monochromatic Colors of #EDB5AC
Black with #EDB5AC
Text Example
Text Example
White with #EDB5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB5AC; }
p { color: rgb(237,181,172); }
H1.HeaderClassName
{
color: #EDB5AC;
}
.AnyTagClassName
{
color: #EDB5AC;
}
</style>
background-color css
<style>
a { background-color: #EDB5AC; }
a { background-color: rgb(237,181,172); }
div.DivClassName
{
background-color: #EDB5AC;
}
.BgClassName
{
background-color: #EDB5AC;
}
</style>
border-color css
<style>
span { border-color: #EDB5AC; }
span { border-color: rgb(237,181,172); }
td.TdClassName
{
border-color: #EDB5AC;
}
.TagClassName
{
border-color: #EDB5AC;
}
</style>