#EFA6A6

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

Shades of Sundown #EFA6A6

Tints of Sundown #EFA6A6

Color information

#EFA6A6 (or 0xEFA6A6) is unknown color: approx Sundown. HEX triplet: EF, A6 and A6. RGB value is (239,166,166). Sum of RGB (Red+Green+Blue) = 239+166+166=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 166 (65.23% from 255 or 29.07% from 571); Blue value is 166 (65.23% from 255 or 29.07% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA6A6 is #105959. Grayscale: #BBBBBB. Windows color (decimal): -1071450 or 10921711. OLE color: 10921711.

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

Color convert

RGB239166166-
CMYK00.310.310.06
HSL69.52%79.41%-
HSV(B)30.54%93.73%-
XYZ56.1248.3842.46-
YUV187.83115.68164.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 166 (65.23% from 255) = 29.07%
BLUE value IS 166 (65.23% from 255) = 29.07%
R=41.86%
G=29.07%
B=29.07%

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
Decimal23916616600.310.310.06069.5279.41
HexEFA6A601F1F60464f
Octal3572462460373760106117
Binary11101111101001101010011001111111111110010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA6A6; }

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

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

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

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

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

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

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

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