Shades of Sundown #EDA4A3
Tints of Sundown #EDA4A3
RGB
CMYK
RGB Variations
Color information
#EDA4A3 (or 0xEDA4A3) is known color: Sundown. HEX triplet: ED, A4 and A3. RGB value is (237,164,163). Sum of RGB (Red+Green+Blue) = 237+164+163=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 163 (64.06% from 255 or 28.90% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA4A3 is #125B5C. Grayscale: #B9B9B9. Windows color (decimal): -1203037 or 10724589. OLE color: 10724589.
HSL color Cylindrical-coordinate representation of color #EDA4A3: hue angle of 0.81º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA4A3 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 163 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.07 |
| HSL | 0.81º | 0.67% | 0.78% | - |
| HSV(B) | 0.81º | 0.31% | 0.93% | - |
| XYZ | 54.81 | 47.2 | 40.87 | - |
| YUV | 185.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 163 | 0 | 0.31 | 0.31 | 0.07 | 0.81 | 0.67 | 0.78 |
| Hex | ED | A4 | A3 | 0 | 1F | 1F | 7 | 1 | 43 | 4E |
| Octal | 355 | 244 | 243 | 0 | 37 | 37 | 7 | 1 | 103 | 116 |
| Binary | 11101101 | 10100100 | 10100011 | 0 | 11111 | 11111 | 111 | 1 | 1000011 | 1001110 |
Color Harmonies of #EDA4A3
Complementary color
Monochromatic Colors of #EDA4A3
Black with #EDA4A3
Text Example
Text Example
White with #EDA4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA4A3; }
p { color: rgb(237,164,163); }
H1.HeaderClassName
{
color: #EDA4A3;
}
.AnyTagClassName
{
color: #EDA4A3;
}
</style>
background-color css
<style>
a { background-color: #EDA4A3; }
a { background-color: rgb(237,164,163); }
div.DivClassName
{
background-color: #EDA4A3;
}
.BgClassName
{
background-color: #EDA4A3;
}
</style>
border-color css
<style>
span { border-color: #EDA4A3; }
span { border-color: rgb(237,164,163); }
td.TdClassName
{
border-color: #EDA4A3;
}
.TagClassName
{
border-color: #EDA4A3;
}
</style>