#EEA2A2

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

Shades of Sundown #EEA2A2

Tints of Sundown #EEA2A2

Color information

#EEA2A2 (or 0xEEA2A2) is unknown color: approx Sundown. HEX triplet: EE, A2 and A2. RGB value is (238,162,162). Sum of RGB (Red+Green+Blue) = 238+162+162=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 162 (63.67% from 255 or 28.83% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA2A2 is #115D5D. Grayscale: #B8B8B8. Windows color (decimal): -1138014 or 10658542. OLE color: 10658542.

HSL color Cylindrical-coordinate representation of color #EEA2A2: hue angle of 0º degrees, saturation: 0.69, 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 #EEA2A2 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB238162162-
CMYK00.320.320.07
HSL69.09%78.43%-
HSV(B)31.93%93.33%-
XYZ54.746.6340.3-
YUV184.72115.18166-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 162 (63.67% from 255) = 28.83%
BLUE value IS 162 (63.67% from 255) = 28.83%
R=42.35%
G=28.83%
B=28.83%

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
Decimal23816216200.320.320.07069.0978.43
HexEEA2A20202070454e
Octal3562422420404070105116
Binary1110111010100010101000100100000100000111010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA2A2; }

 p { color: rgb(238,162,162); }

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

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

 a { background-color: rgb(238,162,162); }

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

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

 span { border-color: rgb(238,162,162); }

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