Shades of Beauty Bush #EDC1B8
Tints of Beauty Bush #EDC1B8
RGB
CMYK
RGB Variations
Color information
#EDC1B8 (or 0xEDC1B8) is known color: Beauty Bush. HEX triplet: ED, C1 and B8. RGB value is (237,193,184). Sum of RGB (Red+Green+Blue) = 237+193+184=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 184 (72.27% from 255 or 29.97% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1B8 is #123E47. Grayscale: #CDCDCD. Windows color (decimal): -1195592 or 12108269. OLE color: 12108269.
HSL color Cylindrical-coordinate representation of color #EDC1B8: hue angle of 10.19º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDC1B8 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 184 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.07 |
| HSL | 10.19º | 0.6% | 0.83% | - |
| HSV(B) | 10.19º | 0.22% | 0.93% | - |
| XYZ | 62.65 | 59.61 | 53.55 | - |
| YUV | 205.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 184 | 0 | 0.19 | 0.22 | 0.07 | 10.19 | 0.6 | 0.83 |
| Hex | ED | C1 | B8 | 0 | 13 | 16 | 7 | A | 3C | 53 |
| Octal | 355 | 301 | 270 | 0 | 23 | 26 | 7 | 12 | 74 | 123 |
| Binary | 11101101 | 11000001 | 10111000 | 0 | 10011 | 10110 | 111 | 1010 | 111100 | 1010011 |
Color Harmonies of #EDC1B8
Complementary color
Monochromatic Colors of #EDC1B8
Black with #EDC1B8
Text Example
Text Example
White with #EDC1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC1B8; }
p { color: rgb(237,193,184); }
H1.HeaderClassName
{
color: #EDC1B8;
}
.AnyTagClassName
{
color: #EDC1B8;
}
</style>
background-color css
<style>
a { background-color: #EDC1B8; }
a { background-color: rgb(237,193,184); }
div.DivClassName
{
background-color: #EDC1B8;
}
.BgClassName
{
background-color: #EDC1B8;
}
</style>
border-color css
<style>
span { border-color: #EDC1B8; }
span { border-color: rgb(237,193,184); }
td.TdClassName
{
border-color: #EDC1B8;
}
.TagClassName
{
border-color: #EDC1B8;
}
</style>