#EFA4AC

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

Shades of Illusion #EFA4AC

Tints of Illusion #EFA4AC

Color information

#EFA4AC (or 0xEFA4AC) is unknown color: approx Illusion. HEX triplet: EF, A4 and AC. RGB value is (239,164,172). Sum of RGB (Red+Green+Blue) = 239+164+172=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA4AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA4AC is #105B53. Grayscale: #BBBBBB. Windows color (decimal): -1071956 or 11314415. OLE color: 11314415.

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

Color convert

RGB239164172-
CMYK00.310.280.06
HSL353.6º70.09%79.02%-
HSV(B)353.6º31.38%93.73%-
XYZ56.3247.8845.3-
YUV187.34119.35164.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.57%
GREEN value IS 164 (64.45% from 255) = 28.52%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=41.57%
G=28.52%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916417200.310.280.06353.670.0979.02
HexEFA4AC01F1C6162464f
Octal357244254037346542106117
Binary1110111110100100101011000111111110011010110001010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA4AC; }

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

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

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

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

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

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

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

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