Shades of Rose Bud #EDA49A
Tints of Rose Bud #EDA49A
RGB
CMYK
RGB Variations
Color information
#EDA49A (or 0xEDA49A) is known color: Rose Bud. HEX triplet: ED, A4 and 9A. RGB value is (237,164,154). Sum of RGB (Red+Green+Blue) = 237+164+154=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA49A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA49A is #125B65. Grayscale: #B8B8B8. Windows color (decimal): -1203046 or 10134765. OLE color: 10134765.
HSL color Cylindrical-coordinate representation of color #EDA49A: hue angle of 7.23º degrees, saturation: 0.7, 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 #EDA49A is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 154 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.07 |
| HSL | 7.23º | 0.7% | 0.77% | - |
| HSV(B) | 7.23º | 0.35% | 0.93% | - |
| XYZ | 54.03 | 46.89 | 36.77 | - |
| YUV | 184.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 154 | 0 | 0.31 | 0.35 | 0.07 | 7.23 | 0.7 | 0.77 |
| Hex | ED | A4 | 9A | 0 | 1F | 23 | 7 | 7 | 46 | 4D |
| Octal | 355 | 244 | 232 | 0 | 37 | 43 | 7 | 7 | 106 | 115 |
| Binary | 11101101 | 10100100 | 10011010 | 0 | 11111 | 100011 | 111 | 111 | 1000110 | 1001101 |
Color Harmonies of #EDA49A
Complementary color
Monochromatic Colors of #EDA49A
Black with #EDA49A
Text Example
Text Example
White with #EDA49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA49A; }
p { color: rgb(237,164,154); }
H1.HeaderClassName
{
color: #EDA49A;
}
.AnyTagClassName
{
color: #EDA49A;
}
</style>
background-color css
<style>
a { background-color: #EDA49A; }
a { background-color: rgb(237,164,154); }
div.DivClassName
{
background-color: #EDA49A;
}
.BgClassName
{
background-color: #EDA49A;
}
</style>
border-color css
<style>
span { border-color: #EDA49A; }
span { border-color: rgb(237,164,154); }
td.TdClassName
{
border-color: #EDA49A;
}
.TagClassName
{
border-color: #EDA49A;
}
</style>