Shades of Beauty Bush #EDB6AE
Tints of Beauty Bush #EDB6AE
RGB
CMYK
RGB Variations
Color information
#EDB6AE (or 0xEDB6AE) is known color: Beauty Bush. HEX triplet: ED, B6 and AE. RGB value is (237,182,174). Sum of RGB (Red+Green+Blue) = 237+182+174=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB6AE is #124951. Grayscale: #C5C5C5. Windows color (decimal): -1198418 or 11450093. OLE color: 11450093.
HSL color Cylindrical-coordinate representation of color #EDB6AE: hue angle of 7.62º 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 #EDB6AE is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 174 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.07 |
| HSL | 7.62º | 0.64% | 0.81% | - |
| HSV(B) | 7.62º | 0.27% | 0.93% | - |
| XYZ | 59.29 | 54.52 | 47.44 | - |
| YUV | 197.53 | 114.72 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 174 | 0 | 0.23 | 0.27 | 0.07 | 7.62 | 0.64 | 0.81 |
| Hex | ED | B6 | AE | 0 | 17 | 1B | 7 | 8 | 40 | 51 |
| Octal | 355 | 266 | 256 | 0 | 27 | 33 | 7 | 10 | 100 | 121 |
| Binary | 11101101 | 10110110 | 10101110 | 0 | 10111 | 11011 | 111 | 1000 | 1000000 | 1010001 |
Color Harmonies of #EDB6AE
Complementary color
Monochromatic Colors of #EDB6AE
Black with #EDB6AE
Text Example
Text Example
White with #EDB6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB6AE; }
p { color: rgb(237,182,174); }
H1.HeaderClassName
{
color: #EDB6AE;
}
.AnyTagClassName
{
color: #EDB6AE;
}
</style>
background-color css
<style>
a { background-color: #EDB6AE; }
a { background-color: rgb(237,182,174); }
div.DivClassName
{
background-color: #EDB6AE;
}
.BgClassName
{
background-color: #EDB6AE;
}
</style>
border-color css
<style>
span { border-color: #EDB6AE; }
span { border-color: rgb(237,182,174); }
td.TdClassName
{
border-color: #EDB6AE;
}
.TagClassName
{
border-color: #EDB6AE;
}
</style>