Shades of Beauty Bush #EDB3AF
Tints of Beauty Bush #EDB3AF
RGB
CMYK
RGB Variations
Color information
#EDB3AF (or 0xEDB3AF) is known color: Beauty Bush. HEX triplet: ED, B3 and AF. RGB value is (237,179,175). Sum of RGB (Red+Green+Blue) = 237+179+175=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB3AF is #124C50. Grayscale: #C3C3C3. Windows color (decimal): -1199185 or 11514861. OLE color: 11514861.
HSL color Cylindrical-coordinate representation of color #EDB3AF: hue angle of 3.87º 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 #EDB3AF is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 175 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.07 |
| HSL | 3.87º | 0.63% | 0.81% | - |
| HSV(B) | 3.87º | 0.26% | 0.93% | - |
| XYZ | 58.78 | 53.34 | 47.75 | - |
| YUV | 195.89 | 116.22 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 175 | 0 | 0.24 | 0.26 | 0.07 | 3.87 | 0.63 | 0.81 |
| Hex | ED | B3 | AF | 0 | 18 | 1A | 7 | 4 | 3F | 51 |
| Octal | 355 | 263 | 257 | 0 | 30 | 32 | 7 | 4 | 77 | 121 |
| Binary | 11101101 | 10110011 | 10101111 | 0 | 11000 | 11010 | 111 | 100 | 111111 | 1010001 |
Color Harmonies of #EDB3AF
Complementary color
Monochromatic Colors of #EDB3AF
Black with #EDB3AF
Text Example
Text Example
White with #EDB3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB3AF; }
p { color: rgb(237,179,175); }
H1.HeaderClassName
{
color: #EDB3AF;
}
.AnyTagClassName
{
color: #EDB3AF;
}
</style>
background-color css
<style>
a { background-color: #EDB3AF; }
a { background-color: rgb(237,179,175); }
div.DivClassName
{
background-color: #EDB3AF;
}
.BgClassName
{
background-color: #EDB3AF;
}
</style>
border-color css
<style>
span { border-color: #EDB3AF; }
span { border-color: rgb(237,179,175); }
td.TdClassName
{
border-color: #EDB3AF;
}
.TagClassName
{
border-color: #EDB3AF;
}
</style>