Shades of Beauty Bush #EDBCB4
Tints of Beauty Bush #EDBCB4
RGB
CMYK
RGB Variations
Color information
#EDBCB4 (or 0xEDBCB4) is known color: Beauty Bush. HEX triplet: ED, BC and B4. RGB value is (237,188,180). Sum of RGB (Red+Green+Blue) = 237+188+180=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBCB4 is #12434B. Grayscale: #C9C9C9. Windows color (decimal): -1196876 or 11844845. OLE color: 11844845.
HSL color Cylindrical-coordinate representation of color #EDBCB4: hue angle of 8.42º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDBCB4 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 180 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.07 |
| HSL | 8.42º | 0.61% | 0.82% | - |
| HSV(B) | 8.42º | 0.24% | 0.93% | - |
| XYZ | 61.15 | 57.27 | 51.01 | - |
| YUV | 201.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 180 | 0 | 0.21 | 0.24 | 0.07 | 8.42 | 0.61 | 0.82 |
| Hex | ED | BC | B4 | 0 | 15 | 18 | 7 | 8 | 3D | 52 |
| Octal | 355 | 274 | 264 | 0 | 25 | 30 | 7 | 10 | 75 | 122 |
| Binary | 11101101 | 10111100 | 10110100 | 0 | 10101 | 11000 | 111 | 1000 | 111101 | 1010010 |
Color Harmonies of #EDBCB4
Complementary color
Monochromatic Colors of #EDBCB4
Black with #EDBCB4
Text Example
Text Example
White with #EDBCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBCB4; }
p { color: rgb(237,188,180); }
H1.HeaderClassName
{
color: #EDBCB4;
}
.AnyTagClassName
{
color: #EDBCB4;
}
</style>
background-color css
<style>
a { background-color: #EDBCB4; }
a { background-color: rgb(237,188,180); }
div.DivClassName
{
background-color: #EDBCB4;
}
.BgClassName
{
background-color: #EDBCB4;
}
</style>
border-color css
<style>
span { border-color: #EDBCB4; }
span { border-color: rgb(237,188,180); }
td.TdClassName
{
border-color: #EDBCB4;
}
.TagClassName
{
border-color: #EDBCB4;
}
</style>