#EFA29E

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

Shades of Sundown #EFA29E

Tints of Sundown #EFA29E

Color information

#EFA29E (or 0xEFA29E) is unknown color: approx Sundown. HEX triplet: EF, A2 and 9E. RGB value is (239,162,158). Sum of RGB (Red+Green+Blue) = 239+162+158=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA29E is #105D61. Grayscale: #B8B8B8. Windows color (decimal): -1072482 or 10396399. OLE color: 10396399.

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

Color convert

RGB239162158-
CMYK00.320.340.06
HSL2.96º71.68%77.84%-
HSV(B)2.96º33.89%93.73%-
XYZ54.6946.6638.47-
YUV184.57113.01166.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 162 (63.67% from 255) = 28.98%
BLUE value IS 158 (62.11% from 255) = 28.26%
R=42.75%
G=28.98%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916215800.320.340.062.9671.6877.84
HexEFA29E0202263484e
Octal3572422360404263110116
Binary11101111101000101001111001000001000101101110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA29E; }

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

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

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

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

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

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

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

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