#EFAFA9

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

Shades of Sundown #EFAFA9

Tints of Sundown #EFAFA9

Color information

#EFAFA9 (or 0xEFAFA9) is unknown color: approx Sundown. HEX triplet: EF, AF and A9. RGB value is (239,175,169). Sum of RGB (Red+Green+Blue) = 239+175+169=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 169 (66.41% from 255 or 28.99% from 583); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAFA9 is #105056. Grayscale: #C1C1C1. Windows color (decimal): -1069143 or 11120623. OLE color: 11120623.

HSL color Cylindrical-coordinate representation of color #EFAFA9: hue angle of 5.14º 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 #EFAFA9 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB239175169-
CMYK00.270.290.06
HSL5.14º68.63%80%-
HSV(B)5.14º29.29%93.73%-
XYZ58.0951.8844.49-
YUV193.45114.2160.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.99%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 169 (66.41% from 255) = 28.99%
R=40.99%
G=30.02%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917516900.270.290.065.1468.6380
HexEFAFA901B1D654550
Octal3572572510333565105120
Binary1110111110101111101010010110111110111010110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFA9; }

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

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

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

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

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

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

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

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