#ECA0A0

Color #ECA0A0 Sundown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundown #ECA0A0

Tints of Sundown #ECA0A0

Color information

#ECA0A0 (or 0xECA0A0) is unknown color: approx Sundown. HEX triplet: EC, A0 and A0. RGB value is (236,160,160). Sum of RGB (Red+Green+Blue) = 236+160+160=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA0A0 is #135F5F. Grayscale: #B6B6B6. Windows color (decimal): -1269600 or 10526956. OLE color: 10526956.

HSL color Cylindrical-coordinate representation of color #ECA0A0: hue angle of 0º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECA0A0 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB236160160-
CMYK00.320.320.07
HSL66.67%77.65%-
HSV(B)32.2%92.55%-
XYZ53.5145.5139.22-
YUV182.72115.18166-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 42.45%
GREEN value IS 160 (62.89% from 255) = 28.78%
BLUE value IS 160 (62.89% from 255) = 28.78%
R=42.45%
G=28.78%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616016000.320.320.07066.6777.65
HexECA0A00202070434e
Octal3542402400404070103116
Binary1110110010100000101000000100000100000111010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA0A0; }

 p { color: rgb(236,160,160); }

 H1.HeaderClassName
 {
   color: #ECA0A0;
 }
 .AnyTagClassName
 {
   color: #ECA0A0;
 }
</style>
background-color css

<style>
 a { background-color: #ECA0A0; }

 a { background-color: rgb(236,160,160); }

 div.DivClassName
 {
   background-color: #ECA0A0;
 }
 .BgClassName
 {
   background-color: #ECA0A0;
 }
</style>
border-color css

<style>
 span { border-color: #ECA0A0; }

 span { border-color: rgb(236,160,160); }

 td.TdClassName
 {
   border-color: #ECA0A0;
 }
 .TagClassName
 {
   border-color: #ECA0A0;
 }
</style>