Shades of Rose Bud #EDA29A
Tints of Rose Bud #EDA29A
RGB
CMYK
RGB Variations
Color information
#EDA29A (or 0xEDA29A) is known color: Rose Bud. HEX triplet: ED, A2 and 9A. RGB value is (237,162,154). Sum of RGB (Red+Green+Blue) = 237+162+154=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA29A is #125D65. Grayscale: #B7B7B7. Windows color (decimal): -1203558 or 10134253. OLE color: 10134253.
HSL color Cylindrical-coordinate representation of color #EDA29A: hue angle of 5.78º 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 #EDA29A is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 154 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.07 |
| HSL | 5.78º | 0.7% | 0.77% | - |
| HSV(B) | 5.78º | 0.35% | 0.93% | - |
| XYZ | 53.68 | 46.18 | 36.66 | - |
| YUV | 183.51 | 111.35 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 154 | 0 | 0.32 | 0.35 | 0.07 | 5.78 | 0.7 | 0.77 |
| Hex | ED | A2 | 9A | 0 | 20 | 23 | 7 | 6 | 46 | 4D |
| Octal | 355 | 242 | 232 | 0 | 40 | 43 | 7 | 6 | 106 | 115 |
| Binary | 11101101 | 10100010 | 10011010 | 0 | 100000 | 100011 | 111 | 110 | 1000110 | 1001101 |
Color Harmonies of #EDA29A
Complementary color
Monochromatic Colors of #EDA29A
Black with #EDA29A
Text Example
Text Example
White with #EDA29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA29A; }
p { color: rgb(237,162,154); }
H1.HeaderClassName
{
color: #EDA29A;
}
.AnyTagClassName
{
color: #EDA29A;
}
</style>
background-color css
<style>
a { background-color: #EDA29A; }
a { background-color: rgb(237,162,154); }
div.DivClassName
{
background-color: #EDA29A;
}
.BgClassName
{
background-color: #EDA29A;
}
</style>
border-color css
<style>
span { border-color: #EDA29A; }
span { border-color: rgb(237,162,154); }
td.TdClassName
{
border-color: #EDA29A;
}
.TagClassName
{
border-color: #EDA29A;
}
</style>