Shades of Sundown #EDABAA
Tints of Sundown #EDABAA
RGB
CMYK
RGB Variations
Color information
#EDABAA (or 0xEDABAA) is known color: Sundown. HEX triplet: ED, AB and AA. RGB value is (237,171,170). Sum of RGB (Red+Green+Blue) = 237+171+170=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABAA is #125455. Grayscale: #BEBEBE. Windows color (decimal): -1201238 or 11185133. OLE color: 11185133.
HSL color Cylindrical-coordinate representation of color #EDABAA: hue angle of 0.9º 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 #EDABAA is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 170 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.07 |
| HSL | 0.9º | 0.65% | 0.8% | - |
| HSV(B) | 0.9º | 0.28% | 0.93% | - |
| XYZ | 56.74 | 50.03 | 44.7 | - |
| YUV | 190.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 170 | 0 | 0.28 | 0.28 | 0.07 | 0.9 | 0.65 | 0.8 |
| Hex | ED | AB | AA | 0 | 1C | 1C | 7 | 1 | 41 | 50 |
| Octal | 355 | 253 | 252 | 0 | 34 | 34 | 7 | 1 | 101 | 120 |
| Binary | 11101101 | 10101011 | 10101010 | 0 | 11100 | 11100 | 111 | 1 | 1000001 | 1010000 |
Color Harmonies of #EDABAA
Complementary color
Monochromatic Colors of #EDABAA
Black with #EDABAA
Text Example
Text Example
White with #EDABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABAA; }
p { color: rgb(237,171,170); }
H1.HeaderClassName
{
color: #EDABAA;
}
.AnyTagClassName
{
color: #EDABAA;
}
</style>
background-color css
<style>
a { background-color: #EDABAA; }
a { background-color: rgb(237,171,170); }
div.DivClassName
{
background-color: #EDABAA;
}
.BgClassName
{
background-color: #EDABAA;
}
</style>
border-color css
<style>
span { border-color: #EDABAA; }
span { border-color: rgb(237,171,170); }
td.TdClassName
{
border-color: #EDABAA;
}
.TagClassName
{
border-color: #EDABAA;
}
</style>