Shades of Beauty Bush #EDB4AE
Tints of Beauty Bush #EDB4AE
RGB
CMYK
RGB Variations
Color information
#EDB4AE (or 0xEDB4AE) is known color: Beauty Bush. HEX triplet: ED, B4 and AE. RGB value is (237,180,174). Sum of RGB (Red+Green+Blue) = 237+180+174=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB4AE is #124B51. Grayscale: #C4C4C4. Windows color (decimal): -1198930 or 11449581. OLE color: 11449581.
HSL color Cylindrical-coordinate representation of color #EDB4AE: hue angle of 5.71º 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 #EDB4AE is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 174 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.07 |
| HSL | 5.71º | 0.64% | 0.81% | - |
| HSV(B) | 5.71º | 0.27% | 0.93% | - |
| XYZ | 58.89 | 53.7 | 47.31 | - |
| YUV | 196.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 174 | 0 | 0.24 | 0.27 | 0.07 | 5.71 | 0.64 | 0.81 |
| Hex | ED | B4 | AE | 0 | 18 | 1B | 7 | 6 | 40 | 51 |
| Octal | 355 | 264 | 256 | 0 | 30 | 33 | 7 | 6 | 100 | 121 |
| Binary | 11101101 | 10110100 | 10101110 | 0 | 11000 | 11011 | 111 | 110 | 1000000 | 1010001 |
Color Harmonies of #EDB4AE
Complementary color
Monochromatic Colors of #EDB4AE
Black with #EDB4AE
Text Example
Text Example
White with #EDB4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4AE; }
p { color: rgb(237,180,174); }
H1.HeaderClassName
{
color: #EDB4AE;
}
.AnyTagClassName
{
color: #EDB4AE;
}
</style>
background-color css
<style>
a { background-color: #EDB4AE; }
a { background-color: rgb(237,180,174); }
div.DivClassName
{
background-color: #EDB4AE;
}
.BgClassName
{
background-color: #EDB4AE;
}
</style>
border-color css
<style>
span { border-color: #EDB4AE; }
span { border-color: rgb(237,180,174); }
td.TdClassName
{
border-color: #EDB4AE;
}
.TagClassName
{
border-color: #EDB4AE;
}
</style>