#EFA69F

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

Shades of Sundown #EFA69F

Tints of Sundown #EFA69F

Color information

#EFA69F (or 0xEFA69F) is unknown color: approx Sundown. HEX triplet: EF, A6 and 9F. RGB value is (239,166,159). Sum of RGB (Red+Green+Blue) = 239+166+159=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 159 (62.5% from 255 or 28.19% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA69F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA69F is #105960. Grayscale: #BBBBBB. Windows color (decimal): -1071457 or 10462959. OLE color: 10462959.

HSL color Cylindrical-coordinate representation of color #EFA69F: hue angle of 5.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFA69F is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239166159-
CMYK00.310.330.06
HSL5.25º71.43%78.04%-
HSV(B)5.25º33.47%93.73%-
XYZ55.4948.1339.17-
YUV187.03112.18165.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.38%
GREEN value IS 166 (65.23% from 255) = 29.43%
BLUE value IS 159 (62.5% from 255) = 28.19%
R=42.38%
G=29.43%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916615900.310.330.065.2571.4378.04
HexEFA69F01F2165474e
Octal3572462370374165107116
Binary11101111101001101001111101111110000111010110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA69F; }

 p { color: rgb(239,166,159); }

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

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

 a { background-color: rgb(239,166,159); }

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

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

 span { border-color: rgb(239,166,159); }

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