#EEA1A1

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

Shades of Sundown #EEA1A1

Tints of Sundown #EEA1A1

Color information

#EEA1A1 (or 0xEEA1A1) is unknown color: approx Sundown. HEX triplet: EE, A1 and A1. RGB value is (238,161,161). Sum of RGB (Red+Green+Blue) = 238+161+161=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 161 (63.28% from 255 or 28.75% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA1A1 is #115E5E. Grayscale: #B8B8B8. Windows color (decimal): -1138271 or 10592750. OLE color: 10592750.

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

Color convert

RGB238161161-
CMYK00.320.320.07
HSL69.37%78.24%-
HSV(B)32.35%93.33%-
XYZ54.4446.2439.77-
YUV184.02115.01166.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.5%
GREEN value IS 161 (63.28% from 255) = 28.75%
BLUE value IS 161 (63.28% from 255) = 28.75%
R=42.5%
G=28.75%
B=28.75%

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
Decimal23816116100.320.320.07069.3778.24
HexEEA1A10202070454e
Octal3562412410404070105116
Binary1110111010100001101000010100000100000111010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA1A1; }

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

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

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

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

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

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

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

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