Shades of Beauty Bush #EDC2B9
Tints of Beauty Bush #EDC2B9
RGB
CMYK
RGB Variations
Color information
#EDC2B9 (or 0xEDC2B9) is known color: Beauty Bush. HEX triplet: ED, C2 and B9. RGB value is (237,194,185). Sum of RGB (Red+Green+Blue) = 237+194+185=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 185 (72.66% from 255 or 30.03% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC2B9 is #123D46. Grayscale: #CDCDCD. Windows color (decimal): -1195335 or 12174061. OLE color: 12174061.
HSL color Cylindrical-coordinate representation of color #EDC2B9: hue angle of 10.38º degrees, saturation: 0.59, 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 #EDC2B9 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 194 | 185 | - |
CMYK | 0 | 0.18 | 0.22 | 0.07 |
HSL | 10.38º | 0.59% | 0.83% | - |
HSV(B) | 10.38º | 0.22% | 0.93% | - |
XYZ | 62.97 | 60.09 | 54.18 | - |
YUV | 205.83 | 116.25 | 150.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 194 | 185 | 0 | 0.18 | 0.22 | 0.07 | 10.38 | 0.59 | 0.83 |
Hex | ED | C2 | B9 | 0 | 12 | 16 | 7 | A | 3B | 53 |
Octal | 355 | 302 | 271 | 0 | 22 | 26 | 7 | 12 | 73 | 123 |
Binary | 11101101 | 11000010 | 10111001 | 0 | 10010 | 10110 | 111 | 1010 | 111011 | 1010011 |
Color Harmonies of #EDC2B9
Complementary color
Monochromatic Colors of #EDC2B9
Black with #EDC2B9
Text Example
Text Example
White with #EDC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC2B9; }
p { color: rgb(237,194,185); }
H1.HeaderClassName
{
color: #EDC2B9;
}
.AnyTagClassName
{
color: #EDC2B9;
}
</style>
background-color css
<style>
a { background-color: #EDC2B9; }
a { background-color: rgb(237,194,185); }
div.DivClassName
{
background-color: #EDC2B9;
}
.BgClassName
{
background-color: #EDC2B9;
}
</style>
border-color css
<style>
span { border-color: #EDC2B9; }
span { border-color: rgb(237,194,185); }
td.TdClassName
{
border-color: #EDC2B9;
}
.TagClassName
{
border-color: #EDC2B9;
}
</style>