#EFAFA6

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

Shades of Sundown #EFAFA6

Tints of Sundown #EFAFA6

Color information

#EFAFA6 (or 0xEFAFA6) is unknown color: approx Sundown. HEX triplet: EF, AF and A6. RGB value is (239,175,166). Sum of RGB (Red+Green+Blue) = 239+175+166=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 166 (65.23% from 255 or 28.62% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAFA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAFA6 is #105059. Grayscale: #C1C1C1. Windows color (decimal): -1069146 or 10924015. OLE color: 10924015.

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

Color convert

RGB239175166-
CMYK00.270.310.06
HSL7.4º69.52%79.41%-
HSV(B)7.4º30.54%93.73%-
XYZ57.8151.7643.02-
YUV193.11112.7160.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 166 (65.23% from 255) = 28.62%
R=41.21%
G=30.17%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917516600.270.310.067.469.5279.41
HexEFAFA601B1F67464f
Octal3572572460333767106117
Binary1110111110101111101001100110111111111011110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAFA6; }

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

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

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

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

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

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

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

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