#ECA2A2

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

Shades of Sundown #ECA2A2

Tints of Sundown #ECA2A2

Color information

#ECA2A2 (or 0xECA2A2) is unknown color: approx 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

RGB236162162-
CMYK00.310.310.07
HSL66.07%78.04%-
HSV(B)31.36%92.55%-
XYZ54.0346.2840.27-
YUV184.13115.52165-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.14%
GREEN value IS 162 (63.67% from 255) = 28.93%
BLUE value IS 162 (63.67% from 255) = 28.93%
R=42.14%
G=28.93%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616216200.310.310.07066.0778.04
HexECA2A201F1F70424e
Octal3542422420373770102116
Binary11101100101000101010001001111111111111010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>