Shades of Sundown #EDA09E
Tints of Sundown #EDA09E
RGB
CMYK
RGB Variations
Color information
#EDA09E (or 0xEDA09E) is known color: Sundown. HEX triplet: ED, A0 and 9E. RGB value is (237,160,158). Sum of RGB (Red+Green+Blue) = 237+160+158=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 160 (62.89% from 255 or 28.83% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA09E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA09E is #125F61. Grayscale: #B6B6B6. Windows color (decimal): -1204066 or 10395885. OLE color: 10395885.
HSL color Cylindrical-coordinate representation of color #EDA09E: hue angle of 1.52º 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 #EDA09E is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 158 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.07 |
| HSL | 1.52º | 0.69% | 0.77% | - |
| HSV(B) | 1.52º | 0.33% | 0.93% | - |
| XYZ | 53.67 | 45.61 | 38.32 | - |
| YUV | 182.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 158 | 0 | 0.32 | 0.33 | 0.07 | 1.52 | 0.69 | 0.77 |
| Hex | ED | A0 | 9E | 0 | 20 | 21 | 7 | 2 | 45 | 4D |
| Octal | 355 | 240 | 236 | 0 | 40 | 41 | 7 | 2 | 105 | 115 |
| Binary | 11101101 | 10100000 | 10011110 | 0 | 100000 | 100001 | 111 | 10 | 1000101 | 1001101 |
Color Harmonies of #EDA09E
Complementary color
Monochromatic Colors of #EDA09E
Black with #EDA09E
Text Example
Text Example
White with #EDA09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA09E; }
p { color: rgb(237,160,158); }
H1.HeaderClassName
{
color: #EDA09E;
}
.AnyTagClassName
{
color: #EDA09E;
}
</style>
background-color css
<style>
a { background-color: #EDA09E; }
a { background-color: rgb(237,160,158); }
div.DivClassName
{
background-color: #EDA09E;
}
.BgClassName
{
background-color: #EDA09E;
}
</style>
border-color css
<style>
span { border-color: #EDA09E; }
span { border-color: rgb(237,160,158); }
td.TdClassName
{
border-color: #EDA09E;
}
.TagClassName
{
border-color: #EDA09E;
}
</style>