Shades of Beauty Bush #EDBCAF
Tints of Beauty Bush #EDBCAF
RGB
CMYK
RGB Variations
Color information
#EDBCAF (or 0xEDBCAF) is known color: Beauty Bush. HEX triplet: ED, BC and AF. RGB value is (237,188,175). Sum of RGB (Red+Green+Blue) = 237+188+175=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBCAF is #124350. Grayscale: #C9C9C9. Windows color (decimal): -1196881 or 11517165. OLE color: 11517165.
HSL color Cylindrical-coordinate representation of color #EDBCAF: hue angle of 12.58º 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 #EDBCAF is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 175 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.07 |
| HSL | 12.58º | 0.63% | 0.81% | - |
| HSV(B) | 12.58º | 0.26% | 0.93% | - |
| XYZ | 60.65 | 57.07 | 48.38 | - |
| YUV | 201.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 175 | 0 | 0.21 | 0.26 | 0.07 | 12.58 | 0.63 | 0.81 |
| Hex | ED | BC | AF | 0 | 15 | 1A | 7 | D | 3F | 51 |
| Octal | 355 | 274 | 257 | 0 | 25 | 32 | 7 | 15 | 77 | 121 |
| Binary | 11101101 | 10111100 | 10101111 | 0 | 10101 | 11010 | 111 | 1101 | 111111 | 1010001 |
Color Harmonies of #EDBCAF
Complementary color
Monochromatic Colors of #EDBCAF
Black with #EDBCAF
Text Example
Text Example
White with #EDBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCAF; }
p { color: rgb(237,188,175); }
H1.HeaderClassName
{
color: #EDBCAF;
}
.AnyTagClassName
{
color: #EDBCAF;
}
</style>
background-color css
<style>
a { background-color: #EDBCAF; }
a { background-color: rgb(237,188,175); }
div.DivClassName
{
background-color: #EDBCAF;
}
.BgClassName
{
background-color: #EDBCAF;
}
</style>
border-color css
<style>
span { border-color: #EDBCAF; }
span { border-color: rgb(237,188,175); }
td.TdClassName
{
border-color: #EDBCAF;
}
.TagClassName
{
border-color: #EDBCAF;
}
</style>