Shades of Sundown #EDA19E
Tints of Sundown #EDA19E
RGB
CMYK
RGB Variations
Color information
#EDA19E (or 0xEDA19E) is known color: Sundown. HEX triplet: ED, A1 and 9E. RGB value is (237,161,158). Sum of RGB (Red+Green+Blue) = 237+161+158=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA19E is #125E61. Grayscale: #B7B7B7. Windows color (decimal): -1203810 or 10396141. OLE color: 10396141.
HSL color Cylindrical-coordinate representation of color #EDA19E: hue angle of 2.28º 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 #EDA19E is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 158 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.07 |
| HSL | 2.28º | 0.69% | 0.77% | - |
| HSV(B) | 2.28º | 0.33% | 0.93% | - |
| XYZ | 53.84 | 45.96 | 38.38 | - |
| YUV | 183.38 | 113.68 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 158 | 0 | 0.32 | 0.33 | 0.07 | 2.28 | 0.69 | 0.77 |
| Hex | ED | A1 | 9E | 0 | 20 | 21 | 7 | 2 | 45 | 4D |
| Octal | 355 | 241 | 236 | 0 | 40 | 41 | 7 | 2 | 105 | 115 |
| Binary | 11101101 | 10100001 | 10011110 | 0 | 100000 | 100001 | 111 | 10 | 1000101 | 1001101 |
Color Harmonies of #EDA19E
Complementary color
Monochromatic Colors of #EDA19E
Black with #EDA19E
Text Example
Text Example
White with #EDA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA19E; }
p { color: rgb(237,161,158); }
H1.HeaderClassName
{
color: #EDA19E;
}
.AnyTagClassName
{
color: #EDA19E;
}
</style>
background-color css
<style>
a { background-color: #EDA19E; }
a { background-color: rgb(237,161,158); }
div.DivClassName
{
background-color: #EDA19E;
}
.BgClassName
{
background-color: #EDA19E;
}
</style>
border-color css
<style>
span { border-color: #EDA19E; }
span { border-color: rgb(237,161,158); }
td.TdClassName
{
border-color: #EDA19E;
}
.TagClassName
{
border-color: #EDA19E;
}
</style>