Shades of Beauty Bush #EDC3BC
Tints of Beauty Bush #EDC3BC
RGB
CMYK
RGB Variations
Color information
#EDC3BC (or 0xEDC3BC) is known color: Beauty Bush. HEX triplet: ED, C3 and BC. RGB value is (237,195,188). Sum of RGB (Red+Green+Blue) = 237+195+188=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC3BC is #123C43. Grayscale: #CECECE. Windows color (decimal): -1195076 or 12370925. OLE color: 12370925.
HSL color Cylindrical-coordinate representation of color #EDC3BC: hue angle of 8.57º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDC3BC is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 188 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.07 |
| HSL | 8.57º | 0.58% | 0.83% | - |
| HSV(B) | 8.57º | 0.21% | 0.93% | - |
| XYZ | 63.52 | 60.67 | 55.94 | - |
| YUV | 206.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 188 | 0 | 0.18 | 0.21 | 0.07 | 8.57 | 0.58 | 0.83 |
| Hex | ED | C3 | BC | 0 | 12 | 15 | 7 | 9 | 3A | 53 |
| Octal | 355 | 303 | 274 | 0 | 22 | 25 | 7 | 11 | 72 | 123 |
| Binary | 11101101 | 11000011 | 10111100 | 0 | 10010 | 10101 | 111 | 1001 | 111010 | 1010011 |
Color Harmonies of #EDC3BC
Complementary color
Monochromatic Colors of #EDC3BC
Black with #EDC3BC
Text Example
Text Example
White with #EDC3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC3BC; }
p { color: rgb(237,195,188); }
H1.HeaderClassName
{
color: #EDC3BC;
}
.AnyTagClassName
{
color: #EDC3BC;
}
</style>
background-color css
<style>
a { background-color: #EDC3BC; }
a { background-color: rgb(237,195,188); }
div.DivClassName
{
background-color: #EDC3BC;
}
.BgClassName
{
background-color: #EDC3BC;
}
</style>
border-color css
<style>
span { border-color: #EDC3BC; }
span { border-color: rgb(237,195,188); }
td.TdClassName
{
border-color: #EDC3BC;
}
.TagClassName
{
border-color: #EDC3BC;
}
</style>