Shades of Sundown #ECA2A2
Tints of Sundown #ECA2A2
RGB
CMYK
RGB Variations
Color information
#ECA2A2 (or 0xECA2A2) is known color: Sundown. HEX triplet: EC, A2 and A2. RGB value is (236,162,162). Sum of RGB (Red+Green+Blue) = 236+162+162=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 162 (63.67% from 255 or 28.93% from 560); Blue value is 162 (63.67% from 255 or 28.93% from 560); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA2A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA2A2 is #135D5D. Grayscale: #B8B8B8. Windows color (decimal): -1269086 or 10658540. OLE color: 10658540.
HSL color Cylindrical-coordinate representation of color #ECA2A2: hue angle of 0º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECA2A2 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 162 | 162 | - |
CMYK | 0 | 0.31 | 0.31 | 0.07 |
HSL | 0º | 0.66% | 0.78% | - |
HSV(B) | 0º | 0.31% | 0.93% | - |
XYZ | 54.03 | 46.28 | 40.27 | - |
YUV | 184.13 | 115.52 | 165 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 162 | 162 | 0 | 0.31 | 0.31 | 0.07 | 0 | 0.66 | 0.78 |
Hex | EC | A2 | A2 | 0 | 1F | 1F | 7 | 0 | 42 | 4E |
Octal | 354 | 242 | 242 | 0 | 37 | 37 | 7 | 0 | 102 | 116 |
Binary | 11101100 | 10100010 | 10100010 | 0 | 11111 | 11111 | 111 | 0 | 1000010 | 1001110 |
Color Harmonies of #ECA2A2
Complementary color
Monochromatic Colors of #ECA2A2
Black with #ECA2A2
Text Example
Text Example
White with #ECA2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA2A2; }
p { color: rgb(236,162,162); }
H1.HeaderClassName
{
color: #ECA2A2;
}
.AnyTagClassName
{
color: #ECA2A2;
}
</style>
background-color css
<style>
a { background-color: #ECA2A2; }
a { background-color: rgb(236,162,162); }
div.DivClassName
{
background-color: #ECA2A2;
}
.BgClassName
{
background-color: #ECA2A2;
}
</style>
border-color css
<style>
span { border-color: #ECA2A2; }
span { border-color: rgb(236,162,162); }
td.TdClassName
{
border-color: #ECA2A2;
}
.TagClassName
{
border-color: #ECA2A2;
}
</style>