Shades of Beauty Bush #EDC1BD
Tints of Beauty Bush #EDC1BD
RGB
CMYK
RGB Variations
Color information
#EDC1BD (or 0xEDC1BD) is known color: Beauty Bush. HEX triplet: ED, C1 and BD. RGB value is (237,193,189). Sum of RGB (Red+Green+Blue) = 237+193+189=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1BD is #123E42. Grayscale: #CDCDCD. Windows color (decimal): -1195587 or 12435949. OLE color: 12435949.
HSL color Cylindrical-coordinate representation of color #EDC1BD: hue angle of 5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDC1BD is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 189 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.07 |
| HSL | 5º | 0.57% | 0.84% | - |
| HSV(B) | 5º | 0.2% | 0.93% | - |
| XYZ | 63.18 | 59.82 | 56.36 | - |
| YUV | 205.7 | 118.58 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 189 | 0 | 0.19 | 0.20 | 0.07 | 5 | 0.57 | 0.84 |
| Hex | ED | C1 | BD | 0 | 13 | 14 | 7 | 5 | 39 | 54 |
| Octal | 355 | 301 | 275 | 0 | 23 | 24 | 7 | 5 | 71 | 124 |
| Binary | 11101101 | 11000001 | 10111101 | 0 | 10011 | 10100 | 111 | 101 | 111001 | 1010100 |
Color Harmonies of #EDC1BD
Complementary color
Monochromatic Colors of #EDC1BD
Black with #EDC1BD
Text Example
Text Example
White with #EDC1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC1BD; }
p { color: rgb(237,193,189); }
H1.HeaderClassName
{
color: #EDC1BD;
}
.AnyTagClassName
{
color: #EDC1BD;
}
</style>
background-color css
<style>
a { background-color: #EDC1BD; }
a { background-color: rgb(237,193,189); }
div.DivClassName
{
background-color: #EDC1BD;
}
.BgClassName
{
background-color: #EDC1BD;
}
</style>
border-color css
<style>
span { border-color: #EDC1BD; }
span { border-color: rgb(237,193,189); }
td.TdClassName
{
border-color: #EDC1BD;
}
.TagClassName
{
border-color: #EDC1BD;
}
</style>