#EFAC95

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

Shades of Wax Flower #EFAC95

Tints of Wax Flower #EFAC95

Color information

#EFAC95 (or 0xEFAC95) is unknown color: approx Wax Flower. HEX triplet: EF, AC and 95. RGB value is (239,172,149). Sum of RGB (Red+Green+Blue) = 239+172+149=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAC95 is #10536A. Grayscale: #BDBDBD. Windows color (decimal): -1069931 or 9809135. OLE color: 9809135.

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

Color convert

RGB239172149-
CMYK00.280.380.06
HSL15.33º73.77%76.08%-
HSV(B)15.33º37.66%93.73%-
XYZ55.7750.0335.15-
YUV189.41105.2163.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 149 (58.59% from 255) = 26.61%
R=42.68%
G=30.71%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917214900.280.380.0615.3373.7776.08
HexEFAC9501C266f4a4c
Octal35725422503446617112114
Binary111011111010110010010101011100100110110111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAC95; }

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

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

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

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

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

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

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

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