#EFA6A4

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

Shades of Sundown #EFA6A4

Tints of Sundown #EFA6A4

Color information

#EFA6A4 (or 0xEFA6A4) is unknown color: approx Sundown. HEX triplet: EF, A6 and A4. RGB value is (239,166,164). Sum of RGB (Red+Green+Blue) = 239+166+164=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA6A4 is #10595B. Grayscale: #BBBBBB. Windows color (decimal): -1071452 or 10790639. OLE color: 10790639.

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

Color convert

RGB239166164-
CMYK00.310.310.06
HSL1.6º70.09%79.02%-
HSV(B)1.6º31.38%93.73%-
XYZ55.9348.341.5-
YUV187.6114.68164.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 166 (65.23% from 255) = 29.17%
BLUE value IS 164 (64.45% from 255) = 28.82%
R=42.00%
G=29.17%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916616400.310.310.061.670.0979.02
HexEFA6A401F1F62464f
Octal3572462440373762106117
Binary111011111010011010100100011111111111101010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6A4; }

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

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

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

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

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

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

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

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