#EFA8A0

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

Shades of Sundown #EFA8A0

Tints of Sundown #EFA8A0

Color information

#EFA8A0 (or 0xEFA8A0) is unknown color: approx Sundown. HEX triplet: EF, A8 and A0. RGB value is (239,168,160). Sum of RGB (Red+Green+Blue) = 239+168+160=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA8A0 is #10575F. Grayscale: #BCBCBC. Windows color (decimal): -1070944 or 10529007. OLE color: 10529007.

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

Color convert

RGB239168160-
CMYK00.300.330.06
HSL6.08º71.17%78.24%-
HSV(B)6.08º33.05%93.73%-
XYZ55.9448.8939.75-
YUV188.32112.02164.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 168 (66.02% from 255) = 29.63%
BLUE value IS 160 (62.89% from 255) = 28.22%
R=42.15%
G=29.63%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916816000.300.330.066.0871.1778.24
HexEFA8A001E2166474e
Octal3572502400364166107116
Binary11101111101010001010000001111010000111011010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA8A0; }

 p { color: rgb(239,168,160); }

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

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

 a { background-color: rgb(239,168,160); }

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

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

 span { border-color: rgb(239,168,160); }

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