#EFA3AC

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

Shades of Illusion #EFA3AC

Tints of Illusion #EFA3AC

Color information

#EFA3AC (or 0xEFA3AC) is unknown color: approx Illusion. HEX triplet: EF, A3 and AC. RGB value is (239,163,172). Sum of RGB (Red+Green+Blue) = 239+163+172=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 163 (64.06% from 255 or 28.40% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA3AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA3AC is #105C53. Grayscale: #BABABA. Windows color (decimal): -1072212 or 11314159. OLE color: 11314159.

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

Color convert

RGB239163172-
CMYK00.320.280.06
HSL352.89º70.37%78.82%-
HSV(B)352.89º31.8%93.73%-
XYZ56.1447.5245.24-
YUV186.75119.68165.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 163 (64.06% from 255) = 28.40%
BLUE value IS 172 (67.58% from 255) = 29.97%
R=41.64%
G=28.40%
B=29.97%

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
Decimal23916317200.320.280.06352.8970.3778.82
HexEFA3AC0201C6161464f
Octal357243254040346541106117
Binary11101111101000111010110001000001110011010110000110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA3AC; }

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

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

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

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

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

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

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

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