#EFAAA9

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

Shades of Sundown #EFAAA9

Tints of Sundown #EFAAA9

Color information

#EFAAA9 (or 0xEFAAA9) is unknown color: approx Sundown. HEX triplet: EF, AA and A9. RGB value is (239,170,169). Sum of RGB (Red+Green+Blue) = 239+170+169=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAAA9 is #105556. Grayscale: #BEBEBE. Windows color (decimal): -1070423 or 11119343. OLE color: 11119343.

HSL color Cylindrical-coordinate representation of color #EFAAA9: hue angle of 0.86º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFAAA9 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB239170169-
CMYK00.290.290.06
HSL0.86º68.63%80%-
HSV(B)0.86º29.29%93.73%-
XYZ57.1349.9644.17-
YUV190.52115.86162.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 170 (66.80% from 255) = 29.41%
BLUE value IS 169 (66.41% from 255) = 29.24%
R=41.35%
G=29.41%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917016900.290.290.060.8668.6380
HexEFAAA901D1D614550
Octal3572522510353561105120
Binary11101111101010101010100101110111101110110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAA9; }

 p { color: rgb(239,170,169); }

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

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

 a { background-color: rgb(239,170,169); }

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

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

 span { border-color: rgb(239,170,169); }

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