#EAA6A4

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

Shades of Sundown #EAA6A4

Tints of Sundown #EAA6A4

Color information

#EAA6A4 (or 0xEAA6A4) is unknown color: approx Sundown. HEX triplet: EA, A6 and A4. RGB value is (234,166,164). Sum of RGB (Red+Green+Blue) = 234+166+164=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA6A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA6A4 is #15595B. Grayscale: #BABABA. Windows color (decimal): -1399132 or 10790634. OLE color: 10790634.

HSL color Cylindrical-coordinate representation of color #EAA6A4: hue angle of 1.71º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA6A4 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234166164-
CMYK00.290.300.08
HSL1.71º62.5%78.04%-
HSV(B)1.71º29.91%91.76%-
XYZ54.2747.4541.42-
YUV186.1115.53162.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.49%
GREEN value IS 166 (65.23% from 255) = 29.43%
BLUE value IS 164 (64.45% from 255) = 29.08%
R=41.49%
G=29.43%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416616400.290.300.081.7162.578.04
HexEAA6A401D1E823e4e
Octal3522462440353610276116
Binary111010101010011010100100011101111101000101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA6A4; }

 p { color: rgb(234,166,164); }

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

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

 a { background-color: rgb(234,166,164); }

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

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

 span { border-color: rgb(234,166,164); }

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