Shades of Sundown #EDABA8
Tints of Sundown #EDABA8
RGB
CMYK
RGB Variations
Color information
#EDABA8 (or 0xEDABA8) is known color: Sundown. HEX triplet: ED, AB and A8. RGB value is (237,171,168). Sum of RGB (Red+Green+Blue) = 237+171+168=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 168 (66.02% from 255 or 29.17% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDABA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDABA8 is #125457. Grayscale: #BEBEBE. Windows color (decimal): -1201240 or 11054061. OLE color: 11054061.
HSL color Cylindrical-coordinate representation of color #EDABA8: hue angle of 2.61º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDABA8 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 168 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.07 |
| HSL | 2.61º | 0.66% | 0.79% | - |
| HSV(B) | 2.61º | 0.29% | 0.93% | - |
| XYZ | 56.56 | 49.96 | 43.71 | - |
| YUV | 190.39 | 115.37 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 168 | 0 | 0.28 | 0.29 | 0.07 | 2.61 | 0.66 | 0.79 |
| Hex | ED | AB | A8 | 0 | 1C | 1D | 7 | 3 | 42 | 4F |
| Octal | 355 | 253 | 250 | 0 | 34 | 35 | 7 | 3 | 102 | 117 |
| Binary | 11101101 | 10101011 | 10101000 | 0 | 11100 | 11101 | 111 | 11 | 1000010 | 1001111 |
Color Harmonies of #EDABA8
Complementary color
Monochromatic Colors of #EDABA8
Black with #EDABA8
Text Example
Text Example
White with #EDABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDABA8; }
p { color: rgb(237,171,168); }
H1.HeaderClassName
{
color: #EDABA8;
}
.AnyTagClassName
{
color: #EDABA8;
}
</style>
background-color css
<style>
a { background-color: #EDABA8; }
a { background-color: rgb(237,171,168); }
div.DivClassName
{
background-color: #EDABA8;
}
.BgClassName
{
background-color: #EDABA8;
}
</style>
border-color css
<style>
span { border-color: #EDABA8; }
span { border-color: rgb(237,171,168); }
td.TdClassName
{
border-color: #EDABA8;
}
.TagClassName
{
border-color: #EDABA8;
}
</style>