#EFAAA6

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

Shades of Sundown #EFAAA6

Tints of Sundown #EFAAA6

Color information

#EFAAA6 (or 0xEFAAA6) is unknown color: approx Sundown. HEX triplet: EF, AA and A6. RGB value is (239,170,166). Sum of RGB (Red+Green+Blue) = 239+170+166=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAAA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAAA6 is #105559. Grayscale: #BEBEBE. Windows color (decimal): -1070426 or 10922735. OLE color: 10922735.

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

Color convert

RGB239170166-
CMYK00.290.310.06
HSL3.29º69.52%79.41%-
HSV(B)3.29º30.54%93.73%-
XYZ56.8549.8542.7-
YUV190.18114.36162.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.57%
GREEN value IS 170 (66.80% from 255) = 29.57%
BLUE value IS 166 (65.23% from 255) = 28.87%
R=41.57%
G=29.57%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917016600.290.310.063.2969.5279.41
HexEFAAA601D1F63464f
Octal3572522460353763106117
Binary111011111010101010100110011101111111101110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAAA6; }

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

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

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

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

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

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

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

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