#EFA4A1

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

Shades of Sundown #EFA4A1

Tints of Sundown #EFA4A1

Color information

#EFA4A1 (or 0xEFA4A1) is unknown color: approx Sundown. HEX triplet: EF, A4 and A1. RGB value is (239,164,161). Sum of RGB (Red+Green+Blue) = 239+164+161=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA4A1 is #105B5E. Grayscale: #BABABA. Windows color (decimal): -1071967 or 10593519. OLE color: 10593519.

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

Color convert

RGB239164161-
CMYK00.310.330.06
HSL2.31º70.91%78.43%-
HSV(B)2.31º32.64%93.73%-
XYZ55.3147.4739.97-
YUV186.08113.85165.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.38%
GREEN value IS 164 (64.45% from 255) = 29.08%
BLUE value IS 161 (63.28% from 255) = 28.55%
R=42.38%
G=29.08%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916416100.310.330.062.3170.9178.43
HexEFA4A101F2162474e
Octal3572442410374162107116
Binary1110111110100100101000010111111000011101010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4A1; }

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

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

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

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

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

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

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

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