#EFA19E

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

Shades of Sundown #EFA19E

Tints of Sundown #EFA19E

Color information

#EFA19E (or 0xEFA19E) is unknown color: approx Sundown. HEX triplet: EF, A1 and 9E. RGB value is (239,161,158). Sum of RGB (Red+Green+Blue) = 239+161+158=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 158 (62.11% from 255 or 28.32% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA19E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA19E is #105E61. Grayscale: #B8B8B8. Windows color (decimal): -1072738 or 10396143. OLE color: 10396143.

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

Color convert

RGB239161158-
CMYK00.330.340.06
HSL2.22º71.68%77.84%-
HSV(B)2.22º33.89%93.73%-
XYZ54.5146.3138.41-
YUV183.98113.34167.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.83%
GREEN value IS 161 (63.28% from 255) = 28.85%
BLUE value IS 158 (62.11% from 255) = 28.32%
R=42.83%
G=28.85%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916115800.330.340.062.2271.6877.84
HexEFA19E0212262484e
Octal3572412360414262110116
Binary11101111101000011001111001000011000101101010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA19E; }

 p { color: rgb(239,161,158); }

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

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

 a { background-color: rgb(239,161,158); }

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

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

 span { border-color: rgb(239,161,158); }

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