Shades of Sundown #ECAEAD
Tints of Sundown #ECAEAD
RGB
CMYK
RGB Variations
Color information
#ECAEAD (or 0xECAEAD) is known color: Sundown. HEX triplet: EC, AE and AD. RGB value is (236,174,173). Sum of RGB (Red+Green+Blue) = 236+174+173=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAEAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAEAD is #135152. Grayscale: #C0C0C0. Windows color (decimal): -1266003 or 11382508. OLE color: 11382508.
HSL color Cylindrical-coordinate representation of color #ECAEAD: hue angle of 0.95º 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 #ECAEAD is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 173 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.07 |
| HSL | 0.95º | 0.62% | 0.8% | - |
| HSV(B) | 0.95º | 0.27% | 0.93% | - |
| XYZ | 57.27 | 51.12 | 46.38 | - |
| YUV | 192.42 | 117.04 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 173 | 0 | 0.26 | 0.27 | 0.07 | 0.95 | 0.62 | 0.8 |
| Hex | EC | AE | AD | 0 | 1A | 1B | 7 | 1 | 3E | 50 |
| Octal | 354 | 256 | 255 | 0 | 32 | 33 | 7 | 1 | 76 | 120 |
| Binary | 11101100 | 10101110 | 10101101 | 0 | 11010 | 11011 | 111 | 1 | 111110 | 1010000 |
Color Harmonies of #ECAEAD
Complementary color
Monochromatic Colors of #ECAEAD
Black with #ECAEAD
Text Example
Text Example
White with #ECAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAEAD; }
p { color: rgb(236,174,173); }
H1.HeaderClassName
{
color: #ECAEAD;
}
.AnyTagClassName
{
color: #ECAEAD;
}
</style>
background-color css
<style>
a { background-color: #ECAEAD; }
a { background-color: rgb(236,174,173); }
div.DivClassName
{
background-color: #ECAEAD;
}
.BgClassName
{
background-color: #ECAEAD;
}
</style>
border-color css
<style>
span { border-color: #ECAEAD; }
span { border-color: rgb(236,174,173); }
td.TdClassName
{
border-color: #ECAEAD;
}
.TagClassName
{
border-color: #ECAEAD;
}
</style>