Shades of Rose Bud #EDA49C
Tints of Rose Bud #EDA49C
RGB
CMYK
RGB Variations
Color information
#EDA49C (or 0xEDA49C) is known color: Rose Bud. HEX triplet: ED, A4 and 9C. RGB value is (237,164,156). Sum of RGB (Red+Green+Blue) = 237+164+156=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA49C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA49C is #125B63. Grayscale: #B9B9B9. Windows color (decimal): -1203044 or 10265837. OLE color: 10265837.
HSL color Cylindrical-coordinate representation of color #EDA49C: hue angle of 5.93º 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 #EDA49C is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 156 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.07 |
| HSL | 5.93º | 0.69% | 0.77% | - |
| HSV(B) | 5.93º | 0.34% | 0.93% | - |
| XYZ | 54.2 | 46.96 | 37.66 | - |
| YUV | 184.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 156 | 0 | 0.31 | 0.34 | 0.07 | 5.93 | 0.69 | 0.77 |
| Hex | ED | A4 | 9C | 0 | 1F | 22 | 7 | 6 | 45 | 4D |
| Octal | 355 | 244 | 234 | 0 | 37 | 42 | 7 | 6 | 105 | 115 |
| Binary | 11101101 | 10100100 | 10011100 | 0 | 11111 | 100010 | 111 | 110 | 1000101 | 1001101 |
Color Harmonies of #EDA49C
Complementary color
Monochromatic Colors of #EDA49C
Black with #EDA49C
Text Example
Text Example
White with #EDA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA49C; }
p { color: rgb(237,164,156); }
H1.HeaderClassName
{
color: #EDA49C;
}
.AnyTagClassName
{
color: #EDA49C;
}
</style>
background-color css
<style>
a { background-color: #EDA49C; }
a { background-color: rgb(237,164,156); }
div.DivClassName
{
background-color: #EDA49C;
}
.BgClassName
{
background-color: #EDA49C;
}
</style>
border-color css
<style>
span { border-color: #EDA49C; }
span { border-color: rgb(237,164,156); }
td.TdClassName
{
border-color: #EDA49C;
}
.TagClassName
{
border-color: #EDA49C;
}
</style>