Shades of Sundown #EDADAC
Tints of Sundown #EDADAC
RGB
CMYK
RGB Variations
Color information
#EDADAC (or 0xEDADAC) is known color: Sundown. HEX triplet: ED, AD and AC. RGB value is (237,173,172). Sum of RGB (Red+Green+Blue) = 237+173+172=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADAC is #125253. Grayscale: #C0C0C0. Windows color (decimal): -1200724 or 11316717. OLE color: 11316717.
HSL color Cylindrical-coordinate representation of color #EDADAC: hue angle of 0.92º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDADAC is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 172 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.07 |
| HSL | 0.92º | 0.64% | 0.8% | - |
| HSV(B) | 0.92º | 0.27% | 0.93% | - |
| XYZ | 57.32 | 50.87 | 45.83 | - |
| YUV | 192.02 | 116.7 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 172 | 0 | 0.27 | 0.27 | 0.07 | 0.92 | 0.64 | 0.8 |
| Hex | ED | AD | AC | 0 | 1B | 1B | 7 | 1 | 40 | 50 |
| Octal | 355 | 255 | 254 | 0 | 33 | 33 | 7 | 1 | 100 | 120 |
| Binary | 11101101 | 10101101 | 10101100 | 0 | 11011 | 11011 | 111 | 1 | 1000000 | 1010000 |
Color Harmonies of #EDADAC
Complementary color
Monochromatic Colors of #EDADAC
Black with #EDADAC
Text Example
Text Example
White with #EDADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADAC; }
p { color: rgb(237,173,172); }
H1.HeaderClassName
{
color: #EDADAC;
}
.AnyTagClassName
{
color: #EDADAC;
}
</style>
background-color css
<style>
a { background-color: #EDADAC; }
a { background-color: rgb(237,173,172); }
div.DivClassName
{
background-color: #EDADAC;
}
.BgClassName
{
background-color: #EDADAC;
}
</style>
border-color css
<style>
span { border-color: #EDADAC; }
span { border-color: rgb(237,173,172); }
td.TdClassName
{
border-color: #EDADAC;
}
.TagClassName
{
border-color: #EDADAC;
}
</style>