Shades of Sundown #EDA59F
Tints of Sundown #EDA59F
RGB
CMYK
RGB Variations
Color information
#EDA59F (or 0xEDA59F) is known color: Sundown. HEX triplet: ED, A5 and 9F. RGB value is (237,165,159). Sum of RGB (Red+Green+Blue) = 237+165+159=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA59F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA59F is #125A60. Grayscale: #B9B9B9. Windows color (decimal): -1202785 or 10462701. OLE color: 10462701.
HSL color Cylindrical-coordinate representation of color #EDA59F: hue angle of 4.62º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA59F is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 159 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.07 |
| HSL | 4.62º | 0.68% | 0.78% | - |
| HSV(B) | 4.62º | 0.33% | 0.93% | - |
| XYZ | 54.64 | 47.42 | 39.07 | - |
| YUV | 185.84 | 112.85 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 159 | 0 | 0.30 | 0.33 | 0.07 | 4.62 | 0.68 | 0.78 |
| Hex | ED | A5 | 9F | 0 | 1E | 21 | 7 | 5 | 44 | 4E |
| Octal | 355 | 245 | 237 | 0 | 36 | 41 | 7 | 5 | 104 | 116 |
| Binary | 11101101 | 10100101 | 10011111 | 0 | 11110 | 100001 | 111 | 101 | 1000100 | 1001110 |
Color Harmonies of #EDA59F
Complementary color
Monochromatic Colors of #EDA59F
Black with #EDA59F
Text Example
Text Example
White with #EDA59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA59F; }
p { color: rgb(237,165,159); }
H1.HeaderClassName
{
color: #EDA59F;
}
.AnyTagClassName
{
color: #EDA59F;
}
</style>
background-color css
<style>
a { background-color: #EDA59F; }
a { background-color: rgb(237,165,159); }
div.DivClassName
{
background-color: #EDA59F;
}
.BgClassName
{
background-color: #EDA59F;
}
</style>
border-color css
<style>
span { border-color: #EDA59F; }
span { border-color: rgb(237,165,159); }
td.TdClassName
{
border-color: #EDA59F;
}
.TagClassName
{
border-color: #EDA59F;
}
</style>