Shades of Sundown #EDA8A1
Tints of Sundown #EDA8A1
RGB
CMYK
RGB Variations
Color information
#EDA8A1 (or 0xEDA8A1) is known color: Sundown. HEX triplet: ED, A8 and A1. RGB value is (237,168,161). Sum of RGB (Red+Green+Blue) = 237+168+161=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 161 (63.28% from 255 or 28.45% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA8A1 is #12575E. Grayscale: #BBBBBB. Windows color (decimal): -1202015 or 10594541. OLE color: 10594541.
HSL color Cylindrical-coordinate representation of color #EDA8A1: hue angle of 5.53º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA8A1 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 161 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.07 |
| HSL | 5.53º | 0.68% | 0.78% | - |
| HSV(B) | 5.53º | 0.32% | 0.93% | - |
| XYZ | 55.36 | 48.58 | 40.18 | - |
| YUV | 187.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 161 | 0 | 0.29 | 0.32 | 0.07 | 5.53 | 0.68 | 0.78 |
| Hex | ED | A8 | A1 | 0 | 1D | 20 | 7 | 6 | 44 | 4E |
| Octal | 355 | 250 | 241 | 0 | 35 | 40 | 7 | 6 | 104 | 116 |
| Binary | 11101101 | 10101000 | 10100001 | 0 | 11101 | 100000 | 111 | 110 | 1000100 | 1001110 |
Color Harmonies of #EDA8A1
Complementary color
Monochromatic Colors of #EDA8A1
Black with #EDA8A1
Text Example
Text Example
White with #EDA8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8A1; }
p { color: rgb(237,168,161); }
H1.HeaderClassName
{
color: #EDA8A1;
}
.AnyTagClassName
{
color: #EDA8A1;
}
</style>
background-color css
<style>
a { background-color: #EDA8A1; }
a { background-color: rgb(237,168,161); }
div.DivClassName
{
background-color: #EDA8A1;
}
.BgClassName
{
background-color: #EDA8A1;
}
</style>
border-color css
<style>
span { border-color: #EDA8A1; }
span { border-color: rgb(237,168,161); }
td.TdClassName
{
border-color: #EDA8A1;
}
.TagClassName
{
border-color: #EDA8A1;
}
</style>