#EFA89C

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

Shades of Wax Flower #EFA89C

Tints of Wax Flower #EFA89C

Color information

#EFA89C (or 0xEFA89C) is unknown color: approx Wax Flower. HEX triplet: EF, A8 and 9C. RGB value is (239,168,156). Sum of RGB (Red+Green+Blue) = 239+168+156=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA89C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA89C is #105763. Grayscale: #BBBBBB. Windows color (decimal): -1070948 or 10266863. OLE color: 10266863.

HSL color Cylindrical-coordinate representation of color #EFA89C: hue angle of 8.67º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFA89C is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB239168156-
CMYK00.300.350.06
HSL8.67º72.17%77.45%-
HSV(B)8.67º34.73%93.73%-
XYZ55.648.7637.93-
YUV187.86110.02164.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 168 (66.02% from 255) = 29.84%
BLUE value IS 156 (61.33% from 255) = 27.71%
R=42.45%
G=29.84%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916815600.300.350.068.6772.1777.45
HexEFA89C01E2369484d
Octal35725023403643611110115
Binary111011111010100010011100011110100011110100110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA89C; }

 p { color: rgb(239,168,156); }

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

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

 a { background-color: rgb(239,168,156); }

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

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

 span { border-color: rgb(239,168,156); }

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