Shades of Sundown #EDABA6
Tints of Sundown #EDABA6
RGB
CMYK
RGB Variations
Color information
#EDABA6 (or 0xEDABA6) is known color: Sundown. HEX triplet: ED, AB and A6. RGB value is (237,171,166). Sum of RGB (Red+Green+Blue) = 237+171+166=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 166 (65.23% from 255 or 28.92% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABA6 is #125459. Grayscale: #BEBEBE. Windows color (decimal): -1201242 or 10922989. OLE color: 10922989.
HSL color Cylindrical-coordinate representation of color #EDABA6: hue angle of 4.23º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDABA6 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 166 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.07 |
| HSL | 4.23º | 0.66% | 0.79% | - |
| HSV(B) | 4.23º | 0.3% | 0.93% | - |
| XYZ | 56.37 | 49.88 | 42.73 | - |
| YUV | 190.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 166 | 0 | 0.28 | 0.30 | 0.07 | 4.23 | 0.66 | 0.79 |
| Hex | ED | AB | A6 | 0 | 1C | 1E | 7 | 4 | 42 | 4F |
| Octal | 355 | 253 | 246 | 0 | 34 | 36 | 7 | 4 | 102 | 117 |
| Binary | 11101101 | 10101011 | 10100110 | 0 | 11100 | 11110 | 111 | 100 | 1000010 | 1001111 |
Color Harmonies of #EDABA6
Complementary color
Monochromatic Colors of #EDABA6
Black with #EDABA6
Text Example
Text Example
White with #EDABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABA6; }
p { color: rgb(237,171,166); }
H1.HeaderClassName
{
color: #EDABA6;
}
.AnyTagClassName
{
color: #EDABA6;
}
</style>
background-color css
<style>
a { background-color: #EDABA6; }
a { background-color: rgb(237,171,166); }
div.DivClassName
{
background-color: #EDABA6;
}
.BgClassName
{
background-color: #EDABA6;
}
</style>
border-color css
<style>
span { border-color: #EDABA6; }
span { border-color: rgb(237,171,166); }
td.TdClassName
{
border-color: #EDABA6;
}
.TagClassName
{
border-color: #EDABA6;
}
</style>