Shades of Rose Bud #EDA39C
Tints of Rose Bud #EDA39C
RGB
CMYK
RGB Variations
Color information
#EDA39C (or 0xEDA39C) is known color: Rose Bud. HEX triplet: ED, A3 and 9C. RGB value is (237,163,156). Sum of RGB (Red+Green+Blue) = 237+163+156=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA39C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA39C is #125C63. Grayscale: #B8B8B8. Windows color (decimal): -1203300 or 10265581. OLE color: 10265581.
HSL color Cylindrical-coordinate representation of color #EDA39C: hue angle of 5.19º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDA39C is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 156 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.07 |
| HSL | 5.19º | 0.69% | 0.77% | - |
| HSV(B) | 5.19º | 0.34% | 0.93% | - |
| XYZ | 54.02 | 46.6 | 37.6 | - |
| YUV | 184.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 156 | 0 | 0.31 | 0.34 | 0.07 | 5.19 | 0.69 | 0.77 |
| Hex | ED | A3 | 9C | 0 | 1F | 22 | 7 | 5 | 45 | 4D |
| Octal | 355 | 243 | 234 | 0 | 37 | 42 | 7 | 5 | 105 | 115 |
| Binary | 11101101 | 10100011 | 10011100 | 0 | 11111 | 100010 | 111 | 101 | 1000101 | 1001101 |
Color Harmonies of #EDA39C
Complementary color
Monochromatic Colors of #EDA39C
Black with #EDA39C
Text Example
Text Example
White with #EDA39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA39C; }
p { color: rgb(237,163,156); }
H1.HeaderClassName
{
color: #EDA39C;
}
.AnyTagClassName
{
color: #EDA39C;
}
</style>
background-color css
<style>
a { background-color: #EDA39C; }
a { background-color: rgb(237,163,156); }
div.DivClassName
{
background-color: #EDA39C;
}
.BgClassName
{
background-color: #EDA39C;
}
</style>
border-color css
<style>
span { border-color: #EDA39C; }
span { border-color: rgb(237,163,156); }
td.TdClassName
{
border-color: #EDA39C;
}
.TagClassName
{
border-color: #EDA39C;
}
</style>