Shades of Sundown #EDA5A2
Tints of Sundown #EDA5A2
RGB
CMYK
RGB Variations
Color information
#EDA5A2 (or 0xEDA5A2) is known color: Sundown. HEX triplet: ED, A5 and A2. RGB value is (237,165,162). Sum of RGB (Red+Green+Blue) = 237+165+162=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 162 (63.67% from 255 or 28.72% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA5A2 is #125A5D. Grayscale: #BABABA. Windows color (decimal): -1202782 or 10659309. OLE color: 10659309.
HSL color Cylindrical-coordinate representation of color #EDA5A2: hue angle of 2.4º 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 #EDA5A2 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 162 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.07 |
| HSL | 2.4º | 0.68% | 0.78% | - |
| HSV(B) | 2.4º | 0.32% | 0.93% | - |
| XYZ | 54.9 | 47.52 | 40.46 | - |
| YUV | 186.19 | 114.35 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 162 | 0 | 0.30 | 0.32 | 0.07 | 2.4 | 0.68 | 0.78 |
| Hex | ED | A5 | A2 | 0 | 1E | 20 | 7 | 2 | 44 | 4E |
| Octal | 355 | 245 | 242 | 0 | 36 | 40 | 7 | 2 | 104 | 116 |
| Binary | 11101101 | 10100101 | 10100010 | 0 | 11110 | 100000 | 111 | 10 | 1000100 | 1001110 |
Color Harmonies of #EDA5A2
Complementary color
Monochromatic Colors of #EDA5A2
Black with #EDA5A2
Text Example
Text Example
White with #EDA5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA5A2; }
p { color: rgb(237,165,162); }
H1.HeaderClassName
{
color: #EDA5A2;
}
.AnyTagClassName
{
color: #EDA5A2;
}
</style>
background-color css
<style>
a { background-color: #EDA5A2; }
a { background-color: rgb(237,165,162); }
div.DivClassName
{
background-color: #EDA5A2;
}
.BgClassName
{
background-color: #EDA5A2;
}
</style>
border-color css
<style>
span { border-color: #EDA5A2; }
span { border-color: rgb(237,165,162); }
td.TdClassName
{
border-color: #EDA5A2;
}
.TagClassName
{
border-color: #EDA5A2;
}
</style>