Shades of Beauty Bush #EDB0AF
Tints of Beauty Bush #EDB0AF
RGB
CMYK
RGB Variations
Color information
#EDB0AF (or 0xEDB0AF) is known color: Beauty Bush. HEX triplet: ED, B0 and AF. RGB value is (237,176,175). Sum of RGB (Red+Green+Blue) = 237+176+175=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB0AF is #124F50. Grayscale: #C2C2C2. Windows color (decimal): -1199953 or 11514093. OLE color: 11514093.
HSL color Cylindrical-coordinate representation of color #EDB0AF: hue angle of 0.97º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0AF is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 175 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.07 |
| HSL | 0.97º | 0.63% | 0.81% | - |
| HSV(B) | 0.97º | 0.26% | 0.93% | - |
| XYZ | 58.19 | 52.15 | 47.56 | - |
| YUV | 194.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 175 | 0 | 0.26 | 0.26 | 0.07 | 0.97 | 0.63 | 0.81 |
| Hex | ED | B0 | AF | 0 | 1A | 1A | 7 | 1 | 3F | 51 |
| Octal | 355 | 260 | 257 | 0 | 32 | 32 | 7 | 1 | 77 | 121 |
| Binary | 11101101 | 10110000 | 10101111 | 0 | 11010 | 11010 | 111 | 1 | 111111 | 1010001 |
Color Harmonies of #EDB0AF
Complementary color
Monochromatic Colors of #EDB0AF
Black with #EDB0AF
Text Example
Text Example
White with #EDB0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0AF; }
p { color: rgb(237,176,175); }
H1.HeaderClassName
{
color: #EDB0AF;
}
.AnyTagClassName
{
color: #EDB0AF;
}
</style>
background-color css
<style>
a { background-color: #EDB0AF; }
a { background-color: rgb(237,176,175); }
div.DivClassName
{
background-color: #EDB0AF;
}
.BgClassName
{
background-color: #EDB0AF;
}
</style>
border-color css
<style>
span { border-color: #EDB0AF; }
span { border-color: rgb(237,176,175); }
td.TdClassName
{
border-color: #EDB0AF;
}
.TagClassName
{
border-color: #EDB0AF;
}
</style>