#EFA2AC

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

Shades of Illusion #EFA2AC

Tints of Illusion #EFA2AC

Color information

#EFA2AC (or 0xEFA2AC) is unknown color: approx Illusion. HEX triplet: EF, A2 and AC. RGB value is (239,162,172). Sum of RGB (Red+Green+Blue) = 239+162+172=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA2AC is #105D53. Grayscale: #BABABA. Windows color (decimal): -1072468 or 11313903. OLE color: 11313903.

HSL color Cylindrical-coordinate representation of color #EFA2AC: hue angle of 352.21º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA2AC is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239162172-
CMYK00.320.280.06
HSL352.21º70.64%78.63%-
HSV(B)352.21º32.22%93.73%-
XYZ55.9647.1745.18-
YUV186.16120.01165.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.71%
GREEN value IS 162 (63.67% from 255) = 28.27%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=41.71%
G=28.27%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916217200.320.280.06352.2170.6478.63
HexEFA2AC0201C6160474f
Octal357242254040346540107117
Binary11101111101000101010110001000001110011010110000010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA2AC; }

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

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

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

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

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

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

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

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