Shades of Beauty Bush #EDC1BE
Tints of Beauty Bush #EDC1BE
RGB
CMYK
RGB Variations
Color information
#EDC1BE (or 0xEDC1BE) is known color: Beauty Bush. HEX triplet: ED, C1 and BE. RGB value is (237,193,190). Sum of RGB (Red+Green+Blue) = 237+193+190=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1BE is #123E41. Grayscale: #CDCDCD. Windows color (decimal): -1195586 or 12501485. OLE color: 12501485.
HSL color Cylindrical-coordinate representation of color #EDC1BE: hue angle of 3.83º 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 #EDC1BE is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 190 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.07 |
| HSL | 3.83º | 0.57% | 0.84% | - |
| HSV(B) | 3.83º | 0.2% | 0.93% | - |
| XYZ | 63.29 | 59.86 | 56.93 | - |
| YUV | 205.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 190 | 0 | 0.19 | 0.20 | 0.07 | 3.83 | 0.57 | 0.84 |
| Hex | ED | C1 | BE | 0 | 13 | 14 | 7 | 4 | 39 | 54 |
| Octal | 355 | 301 | 276 | 0 | 23 | 24 | 7 | 4 | 71 | 124 |
| Binary | 11101101 | 11000001 | 10111110 | 0 | 10011 | 10100 | 111 | 100 | 111001 | 1010100 |
Color Harmonies of #EDC1BE
Complementary color
Monochromatic Colors of #EDC1BE
Black with #EDC1BE
Text Example
Text Example
White with #EDC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC1BE; }
p { color: rgb(237,193,190); }
H1.HeaderClassName
{
color: #EDC1BE;
}
.AnyTagClassName
{
color: #EDC1BE;
}
</style>
background-color css
<style>
a { background-color: #EDC1BE; }
a { background-color: rgb(237,193,190); }
div.DivClassName
{
background-color: #EDC1BE;
}
.BgClassName
{
background-color: #EDC1BE;
}
</style>
border-color css
<style>
span { border-color: #EDC1BE; }
span { border-color: rgb(237,193,190); }
td.TdClassName
{
border-color: #EDC1BE;
}
.TagClassName
{
border-color: #EDC1BE;
}
</style>