Shades of Rose Bud #EDA49B
Tints of Rose Bud #EDA49B
RGB
CMYK
RGB Variations
Color information
#EDA49B (or 0xEDA49B) is known color: Rose Bud. HEX triplet: ED, A4 and 9B. RGB value is (237,164,155). Sum of RGB (Red+Green+Blue) = 237+164+155=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA49B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA49B is #125B64. Grayscale: #B8B8B8. Windows color (decimal): -1203045 or 10200301. OLE color: 10200301.
HSL color Cylindrical-coordinate representation of color #EDA49B: hue angle of 6.59º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDA49B is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 155 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.07 |
| HSL | 6.59º | 0.69% | 0.77% | - |
| HSV(B) | 6.59º | 0.35% | 0.93% | - |
| XYZ | 54.12 | 46.92 | 37.21 | - |
| YUV | 184.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 155 | 0 | 0.31 | 0.35 | 0.07 | 6.59 | 0.69 | 0.77 |
| Hex | ED | A4 | 9B | 0 | 1F | 23 | 7 | 7 | 45 | 4D |
| Octal | 355 | 244 | 233 | 0 | 37 | 43 | 7 | 7 | 105 | 115 |
| Binary | 11101101 | 10100100 | 10011011 | 0 | 11111 | 100011 | 111 | 111 | 1000101 | 1001101 |
Color Harmonies of #EDA49B
Complementary color
Monochromatic Colors of #EDA49B
Black with #EDA49B
Text Example
Text Example
White with #EDA49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA49B; }
p { color: rgb(237,164,155); }
H1.HeaderClassName
{
color: #EDA49B;
}
.AnyTagClassName
{
color: #EDA49B;
}
</style>
background-color css
<style>
a { background-color: #EDA49B; }
a { background-color: rgb(237,164,155); }
div.DivClassName
{
background-color: #EDA49B;
}
.BgClassName
{
background-color: #EDA49B;
}
</style>
border-color css
<style>
span { border-color: #EDA49B; }
span { border-color: rgb(237,164,155); }
td.TdClassName
{
border-color: #EDA49B;
}
.TagClassName
{
border-color: #EDA49B;
}
</style>