Shades of Beauty Bush #EDB2AF
Tints of Beauty Bush #EDB2AF
RGB
CMYK
RGB Variations
Color information
#EDB2AF (or 0xEDB2AF) is known color: Beauty Bush. HEX triplet: ED, B2 and AF. RGB value is (237,178,175). Sum of RGB (Red+Green+Blue) = 237+178+175=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB2AF is #124D50. Grayscale: #C3C3C3. Windows color (decimal): -1199441 or 11514605. OLE color: 11514605.
HSL color Cylindrical-coordinate representation of color #EDB2AF: hue angle of 2.9º 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 #EDB2AF is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 175 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.07 |
| HSL | 2.9º | 0.63% | 0.81% | - |
| HSV(B) | 2.9º | 0.26% | 0.93% | - |
| XYZ | 58.58 | 52.94 | 47.69 | - |
| YUV | 195.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 175 | 0 | 0.25 | 0.26 | 0.07 | 2.9 | 0.63 | 0.81 |
| Hex | ED | B2 | AF | 0 | 19 | 1A | 7 | 3 | 3F | 51 |
| Octal | 355 | 262 | 257 | 0 | 31 | 32 | 7 | 3 | 77 | 121 |
| Binary | 11101101 | 10110010 | 10101111 | 0 | 11001 | 11010 | 111 | 11 | 111111 | 1010001 |
Color Harmonies of #EDB2AF
Complementary color
Monochromatic Colors of #EDB2AF
Black with #EDB2AF
Text Example
Text Example
White with #EDB2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2AF; }
p { color: rgb(237,178,175); }
H1.HeaderClassName
{
color: #EDB2AF;
}
.AnyTagClassName
{
color: #EDB2AF;
}
</style>
background-color css
<style>
a { background-color: #EDB2AF; }
a { background-color: rgb(237,178,175); }
div.DivClassName
{
background-color: #EDB2AF;
}
.BgClassName
{
background-color: #EDB2AF;
}
</style>
border-color css
<style>
span { border-color: #EDB2AF; }
span { border-color: rgb(237,178,175); }
td.TdClassName
{
border-color: #EDB2AF;
}
.TagClassName
{
border-color: #EDB2AF;
}
</style>