#EAA09F

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

Shades of Sundown #EAA09F

Tints of Sundown #EAA09F

Color information

#EAA09F (or 0xEAA09F) is unknown color: approx Sundown. HEX triplet: EA, A0 and 9F. RGB value is (234,160,159). Sum of RGB (Red+Green+Blue) = 234+160+159=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA09F is #155F60. Grayscale: #B6B6B6. Windows color (decimal): -1400673 or 10461418. OLE color: 10461418.

HSL color Cylindrical-coordinate representation of color #EAA09F: hue angle of 0.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA09F is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB234160159-
CMYK00.320.320.08
HSL0.8º64.1%77.06%-
HSV(B)0.8º32.05%91.76%-
XYZ52.7645.1438.73-
YUV182.01115.02165.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 160 (62.89% from 255) = 28.93%
BLUE value IS 159 (62.5% from 255) = 28.75%
R=42.31%
G=28.93%
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.08
SystemRedGreenBlueCMYKHSL
Decimal23416015900.320.320.080.864.177.06
HexEAA09F0202081404d
Octal35224023704040101100115
Binary11101010101000001001111101000001000001000110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA09F; }

 p { color: rgb(234,160,159); }

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

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

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

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

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

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

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