Shades of Sundown #EDA59E
Tints of Sundown #EDA59E
RGB
CMYK
RGB Variations
Color information
#EDA59E (or 0xEDA59E) is known color: Sundown. HEX triplet: ED, A5 and 9E. RGB value is (237,165,158). Sum of RGB (Red+Green+Blue) = 237+165+158=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 158 (62.11% from 255 or 28.21% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA59E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA59E is #125A61. Grayscale: #B9B9B9. Windows color (decimal): -1202786 or 10397165. OLE color: 10397165.
HSL color Cylindrical-coordinate representation of color #EDA59E: hue angle of 5.32º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA59E is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 158 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.07 |
| HSL | 5.32º | 0.69% | 0.77% | - |
| HSV(B) | 5.32º | 0.33% | 0.93% | - |
| XYZ | 54.55 | 47.38 | 38.62 | - |
| YUV | 185.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 158 | 0 | 0.30 | 0.33 | 0.07 | 5.32 | 0.69 | 0.77 |
| Hex | ED | A5 | 9E | 0 | 1E | 21 | 7 | 5 | 45 | 4D |
| Octal | 355 | 245 | 236 | 0 | 36 | 41 | 7 | 5 | 105 | 115 |
| Binary | 11101101 | 10100101 | 10011110 | 0 | 11110 | 100001 | 111 | 101 | 1000101 | 1001101 |
Color Harmonies of #EDA59E
Complementary color
Monochromatic Colors of #EDA59E
Black with #EDA59E
Text Example
Text Example
White with #EDA59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA59E; }
p { color: rgb(237,165,158); }
H1.HeaderClassName
{
color: #EDA59E;
}
.AnyTagClassName
{
color: #EDA59E;
}
</style>
background-color css
<style>
a { background-color: #EDA59E; }
a { background-color: rgb(237,165,158); }
div.DivClassName
{
background-color: #EDA59E;
}
.BgClassName
{
background-color: #EDA59E;
}
</style>
border-color css
<style>
span { border-color: #EDA59E; }
span { border-color: rgb(237,165,158); }
td.TdClassName
{
border-color: #EDA59E;
}
.TagClassName
{
border-color: #EDA59E;
}
</style>