Shades of Sundown #EDA8A7
Tints of Sundown #EDA8A7
RGB
CMYK
RGB Variations
Color information
#EDA8A7 (or 0xEDA8A7) is known color: Sundown. HEX triplet: ED, A8 and A7. RGB value is (237,168,167). Sum of RGB (Red+Green+Blue) = 237+168+167=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 167 (65.62% from 255 or 29.20% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA8A7 is #125758. Grayscale: #BCBCBC. Windows color (decimal): -1202009 or 10987757. OLE color: 10987757.
HSL color Cylindrical-coordinate representation of color #EDA8A7: hue angle of 0.86º 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 #EDA8A7 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 167 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.07 |
| HSL | 0.86º | 0.66% | 0.79% | - |
| HSV(B) | 0.86º | 0.3% | 0.93% | - |
| XYZ | 55.9 | 48.8 | 43.03 | - |
| YUV | 188.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 167 | 0 | 0.29 | 0.30 | 0.07 | 0.86 | 0.66 | 0.79 |
| Hex | ED | A8 | A7 | 0 | 1D | 1E | 7 | 1 | 42 | 4F |
| Octal | 355 | 250 | 247 | 0 | 35 | 36 | 7 | 1 | 102 | 117 |
| Binary | 11101101 | 10101000 | 10100111 | 0 | 11101 | 11110 | 111 | 1 | 1000010 | 1001111 |
Color Harmonies of #EDA8A7
Complementary color
Monochromatic Colors of #EDA8A7
Black with #EDA8A7
Text Example
Text Example
White with #EDA8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8A7; }
p { color: rgb(237,168,167); }
H1.HeaderClassName
{
color: #EDA8A7;
}
.AnyTagClassName
{
color: #EDA8A7;
}
</style>
background-color css
<style>
a { background-color: #EDA8A7; }
a { background-color: rgb(237,168,167); }
div.DivClassName
{
background-color: #EDA8A7;
}
.BgClassName
{
background-color: #EDA8A7;
}
</style>
border-color css
<style>
span { border-color: #EDA8A7; }
span { border-color: rgb(237,168,167); }
td.TdClassName
{
border-color: #EDA8A7;
}
.TagClassName
{
border-color: #EDA8A7;
}
</style>