Shades of Sundown #EDA9A8
Tints of Sundown #EDA9A8
RGB
CMYK
RGB Variations
Color information
#EDA9A8 (or 0xEDA9A8) is known color: Sundown. HEX triplet: ED, A9 and A8. RGB value is (237,169,168). Sum of RGB (Red+Green+Blue) = 237+169+168=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA9A8 is #125657. Grayscale: #BDBDBD. Windows color (decimal): -1201752 or 11053549. OLE color: 11053549.
HSL color Cylindrical-coordinate representation of color #EDA9A8: hue angle of 0.87º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9A8 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 168 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.07 |
| HSL | 0.87º | 0.66% | 0.79% | - |
| HSV(B) | 0.87º | 0.29% | 0.93% | - |
| XYZ | 56.18 | 49.21 | 43.58 | - |
| YUV | 189.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 168 | 0 | 0.29 | 0.29 | 0.07 | 0.87 | 0.66 | 0.79 |
| Hex | ED | A9 | A8 | 0 | 1D | 1D | 7 | 1 | 42 | 4F |
| Octal | 355 | 251 | 250 | 0 | 35 | 35 | 7 | 1 | 102 | 117 |
| Binary | 11101101 | 10101001 | 10101000 | 0 | 11101 | 11101 | 111 | 1 | 1000010 | 1001111 |
Color Harmonies of #EDA9A8
Complementary color
Monochromatic Colors of #EDA9A8
Black with #EDA9A8
Text Example
Text Example
White with #EDA9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9A8; }
p { color: rgb(237,169,168); }
H1.HeaderClassName
{
color: #EDA9A8;
}
.AnyTagClassName
{
color: #EDA9A8;
}
</style>
background-color css
<style>
a { background-color: #EDA9A8; }
a { background-color: rgb(237,169,168); }
div.DivClassName
{
background-color: #EDA9A8;
}
.BgClassName
{
background-color: #EDA9A8;
}
</style>
border-color css
<style>
span { border-color: #EDA9A8; }
span { border-color: rgb(237,169,168); }
td.TdClassName
{
border-color: #EDA9A8;
}
.TagClassName
{
border-color: #EDA9A8;
}
</style>