#EFA0AC

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

Shades of Illusion #EFA0AC

Tints of Illusion #EFA0AC

Color information

#EFA0AC (or 0xEFA0AC) is unknown color: approx Illusion. HEX triplet: EF, A0 and AC. RGB value is (239,160,172). Sum of RGB (Red+Green+Blue) = 239+160+172=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 160 (62.89% from 255 or 28.02% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA0AC is #105F53. Grayscale: #B9B9B9. Windows color (decimal): -1072980 or 11313391. OLE color: 11313391.

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

Color convert

RGB239160172-
CMYK00.330.280.06
HSL350.89º71.17%78.24%-
HSV(B)350.89º33.05%93.73%-
XYZ55.6146.4745.07-
YUV184.99120.67166.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 160 (62.89% from 255) = 28.02%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=41.86%
G=28.02%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916017200.330.280.06350.8971.1778.24
HexEFA0AC0211C615f474e
Octal357240254041346537107116
Binary11101111101000001010110001000011110011010101111110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA0AC; }

 p { color: rgb(239,160,172); }

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

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

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

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

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

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

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