Shades of Rose Bud #EDA39A
Tints of Rose Bud #EDA39A
RGB
CMYK
RGB Variations
Color information
#EDA39A (or 0xEDA39A) is known color: Rose Bud. HEX triplet: ED, A3 and 9A. RGB value is (237,163,154). Sum of RGB (Red+Green+Blue) = 237+163+154=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA39A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA39A is #125C65. Grayscale: #B8B8B8. Windows color (decimal): -1203302 or 10134509. OLE color: 10134509.
HSL color Cylindrical-coordinate representation of color #EDA39A: hue angle of 6.51º 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 #EDA39A is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 154 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.07 |
| HSL | 6.51º | 0.7% | 0.77% | - |
| HSV(B) | 6.51º | 0.35% | 0.93% | - |
| XYZ | 53.85 | 46.53 | 36.71 | - |
| YUV | 184.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 154 | 0 | 0.31 | 0.35 | 0.07 | 6.51 | 0.7 | 0.77 |
| Hex | ED | A3 | 9A | 0 | 1F | 23 | 7 | 7 | 46 | 4D |
| Octal | 355 | 243 | 232 | 0 | 37 | 43 | 7 | 7 | 106 | 115 |
| Binary | 11101101 | 10100011 | 10011010 | 0 | 11111 | 100011 | 111 | 111 | 1000110 | 1001101 |
Color Harmonies of #EDA39A
Complementary color
Monochromatic Colors of #EDA39A
Black with #EDA39A
Text Example
Text Example
White with #EDA39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA39A; }
p { color: rgb(237,163,154); }
H1.HeaderClassName
{
color: #EDA39A;
}
.AnyTagClassName
{
color: #EDA39A;
}
</style>
background-color css
<style>
a { background-color: #EDA39A; }
a { background-color: rgb(237,163,154); }
div.DivClassName
{
background-color: #EDA39A;
}
.BgClassName
{
background-color: #EDA39A;
}
</style>
border-color css
<style>
span { border-color: #EDA39A; }
span { border-color: rgb(237,163,154); }
td.TdClassName
{
border-color: #EDA39A;
}
.TagClassName
{
border-color: #EDA39A;
}
</style>