Shades of Sundown #EDADAA
Tints of Sundown #EDADAA
RGB
CMYK
RGB Variations
Color information
#EDADAA (or 0xEDADAA) is known color: Sundown. HEX triplet: ED, AD and AA. RGB value is (237,173,170). Sum of RGB (Red+Green+Blue) = 237+173+170=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADAA is #125255. Grayscale: #BFBFBF. Windows color (decimal): -1200726 or 11185645. OLE color: 11185645.
HSL color Cylindrical-coordinate representation of color #EDADAA: hue angle of 2.69º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDADAA is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 170 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.07 |
| HSL | 2.69º | 0.65% | 0.8% | - |
| HSV(B) | 2.69º | 0.28% | 0.93% | - |
| XYZ | 57.12 | 50.79 | 44.82 | - |
| YUV | 191.79 | 115.7 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 170 | 0 | 0.27 | 0.28 | 0.07 | 2.69 | 0.65 | 0.8 |
| Hex | ED | AD | AA | 0 | 1B | 1C | 7 | 3 | 41 | 50 |
| Octal | 355 | 255 | 252 | 0 | 33 | 34 | 7 | 3 | 101 | 120 |
| Binary | 11101101 | 10101101 | 10101010 | 0 | 11011 | 11100 | 111 | 11 | 1000001 | 1010000 |
Color Harmonies of #EDADAA
Complementary color
Monochromatic Colors of #EDADAA
Black with #EDADAA
Text Example
Text Example
White with #EDADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADAA; }
p { color: rgb(237,173,170); }
H1.HeaderClassName
{
color: #EDADAA;
}
.AnyTagClassName
{
color: #EDADAA;
}
</style>
background-color css
<style>
a { background-color: #EDADAA; }
a { background-color: rgb(237,173,170); }
div.DivClassName
{
background-color: #EDADAA;
}
.BgClassName
{
background-color: #EDADAA;
}
</style>
border-color css
<style>
span { border-color: #EDADAA; }
span { border-color: rgb(237,173,170); }
td.TdClassName
{
border-color: #EDADAA;
}
.TagClassName
{
border-color: #EDADAA;
}
</style>