Shades of Sundown #EDA9A6
Tints of Sundown #EDA9A6
RGB
CMYK
RGB Variations
Color information
#EDA9A6 (or 0xEDA9A6) is known color: Sundown. HEX triplet: ED, A9 and A6. RGB value is (237,169,166). Sum of RGB (Red+Green+Blue) = 237+169+166=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA9A6 is #125659. Grayscale: #BDBDBD. Windows color (decimal): -1201754 or 10922477. OLE color: 10922477.
HSL color Cylindrical-coordinate representation of color #EDA9A6: hue angle of 2.54º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA9A6 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 166 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.07 |
| HSL | 2.54º | 0.66% | 0.79% | - |
| HSV(B) | 2.54º | 0.3% | 0.93% | - |
| XYZ | 56 | 49.13 | 42.61 | - |
| YUV | 188.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 166 | 0 | 0.29 | 0.30 | 0.07 | 2.54 | 0.66 | 0.79 |
| Hex | ED | A9 | A6 | 0 | 1D | 1E | 7 | 3 | 42 | 4F |
| Octal | 355 | 251 | 246 | 0 | 35 | 36 | 7 | 3 | 102 | 117 |
| Binary | 11101101 | 10101001 | 10100110 | 0 | 11101 | 11110 | 111 | 11 | 1000010 | 1001111 |
Color Harmonies of #EDA9A6
Complementary color
Monochromatic Colors of #EDA9A6
Black with #EDA9A6
Text Example
Text Example
White with #EDA9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9A6; }
p { color: rgb(237,169,166); }
H1.HeaderClassName
{
color: #EDA9A6;
}
.AnyTagClassName
{
color: #EDA9A6;
}
</style>
background-color css
<style>
a { background-color: #EDA9A6; }
a { background-color: rgb(237,169,166); }
div.DivClassName
{
background-color: #EDA9A6;
}
.BgClassName
{
background-color: #EDA9A6;
}
</style>
border-color css
<style>
span { border-color: #EDA9A6; }
span { border-color: rgb(237,169,166); }
td.TdClassName
{
border-color: #EDA9A6;
}
.TagClassName
{
border-color: #EDA9A6;
}
</style>