#EFA29D

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

Shades of Sundown #EFA29D

Tints of Sundown #EFA29D

Color information

#EFA29D (or 0xEFA29D) is unknown color: approx Sundown. HEX triplet: EF, A2 and 9D. RGB value is (239,162,157). Sum of RGB (Red+Green+Blue) = 239+162+157=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 162 (63.67% from 255 or 29.03% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA29D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA29D is #105D62. Grayscale: #B8B8B8. Windows color (decimal): -1072483 or 10330863. OLE color: 10330863.

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

Color convert

RGB239162157-
CMYK00.320.340.06
HSL3.66º71.93%77.65%-
HSV(B)3.66º34.31%93.73%-
XYZ54.646.6338.02-
YUV184.45112.51166.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.83%
GREEN value IS 162 (63.67% from 255) = 29.03%
BLUE value IS 157 (61.72% from 255) = 28.14%
R=42.83%
G=29.03%
B=28.14%

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
Decimal23916215700.320.340.063.6671.9377.65
HexEFA29D0202264484e
Octal3572422350404264110116
Binary111011111010001010011101010000010001011010010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA29D; }

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

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

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

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

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

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

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

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