Shades of Sundown #ECADAD
Tints of Sundown #ECADAD
RGB
CMYK
RGB Variations
Color information
#ECADAD (or 0xECADAD) is known color: Sundown. HEX triplet: EC, AD and AD. RGB value is (236,173,173). Sum of RGB (Red+Green+Blue) = 236+173+173=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 173 (67.97% from 255 or 29.73% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECADAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECADAD is #135252. Grayscale: #BFBFBF. Windows color (decimal): -1266259 or 11382252. OLE color: 11382252.
HSL color Cylindrical-coordinate representation of color #ECADAD: hue angle of 0º degrees, saturation: 0.62, 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 #ECADAD is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 173 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.07 |
| HSL | 0º | 0.62% | 0.8% | - |
| HSV(B) | 0º | 0.27% | 0.93% | - |
| XYZ | 57.08 | 50.74 | 46.32 | - |
| YUV | 191.84 | 117.37 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 173 | 0 | 0.27 | 0.27 | 0.07 | 0 | 0.62 | 0.8 |
| Hex | EC | AD | AD | 0 | 1B | 1B | 7 | 0 | 3E | 50 |
| Octal | 354 | 255 | 255 | 0 | 33 | 33 | 7 | 0 | 76 | 120 |
| Binary | 11101100 | 10101101 | 10101101 | 0 | 11011 | 11011 | 111 | 0 | 111110 | 1010000 |
Color Harmonies of #ECADAD
Complementary color
Monochromatic Colors of #ECADAD
Black with #ECADAD
Text Example
Text Example
White with #ECADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECADAD; }
p { color: rgb(236,173,173); }
H1.HeaderClassName
{
color: #ECADAD;
}
.AnyTagClassName
{
color: #ECADAD;
}
</style>
background-color css
<style>
a { background-color: #ECADAD; }
a { background-color: rgb(236,173,173); }
div.DivClassName
{
background-color: #ECADAD;
}
.BgClassName
{
background-color: #ECADAD;
}
</style>
border-color css
<style>
span { border-color: #ECADAD; }
span { border-color: rgb(236,173,173); }
td.TdClassName
{
border-color: #ECADAD;
}
.TagClassName
{
border-color: #ECADAD;
}
</style>