Shades of Beauty Bush #EDB3AE
Tints of Beauty Bush #EDB3AE
RGB
CMYK
RGB Variations
Color information
#EDB3AE (or 0xEDB3AE) is known color: Beauty Bush. HEX triplet: ED, B3 and AE. RGB value is (237,179,174). Sum of RGB (Red+Green+Blue) = 237+179+174=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 174 (68.36% from 255 or 29.49% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB3AE is #124C51. Grayscale: #C3C3C3. Windows color (decimal): -1199186 or 11449325. OLE color: 11449325.
HSL color Cylindrical-coordinate representation of color #EDB3AE: hue angle of 4.76º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDB3AE is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 174 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.07 |
| HSL | 4.76º | 0.64% | 0.81% | - |
| HSV(B) | 4.76º | 0.27% | 0.93% | - |
| XYZ | 58.69 | 53.3 | 47.24 | - |
| YUV | 195.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 174 | 0 | 0.24 | 0.27 | 0.07 | 4.76 | 0.64 | 0.81 |
| Hex | ED | B3 | AE | 0 | 18 | 1B | 7 | 5 | 40 | 51 |
| Octal | 355 | 263 | 256 | 0 | 30 | 33 | 7 | 5 | 100 | 121 |
| Binary | 11101101 | 10110011 | 10101110 | 0 | 11000 | 11011 | 111 | 101 | 1000000 | 1010001 |
Color Harmonies of #EDB3AE
Complementary color
Monochromatic Colors of #EDB3AE
Black with #EDB3AE
Text Example
Text Example
White with #EDB3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB3AE; }
p { color: rgb(237,179,174); }
H1.HeaderClassName
{
color: #EDB3AE;
}
.AnyTagClassName
{
color: #EDB3AE;
}
</style>
background-color css
<style>
a { background-color: #EDB3AE; }
a { background-color: rgb(237,179,174); }
div.DivClassName
{
background-color: #EDB3AE;
}
.BgClassName
{
background-color: #EDB3AE;
}
</style>
border-color css
<style>
span { border-color: #EDB3AE; }
span { border-color: rgb(237,179,174); }
td.TdClassName
{
border-color: #EDB3AE;
}
.TagClassName
{
border-color: #EDB3AE;
}
</style>