#EFA894

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

Shades of Wax Flower #EFA894

Tints of Wax Flower #EFA894

Color information

#EFA894 (or 0xEFA894) is unknown color: approx Wax Flower. HEX triplet: EF, A8 and 94. RGB value is (239,168,148). Sum of RGB (Red+Green+Blue) = 239+168+148=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA894 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA894 is #10576B. Grayscale: #BBBBBB. Windows color (decimal): -1070956 or 9742575. OLE color: 9742575.

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

Color convert

RGB239168148-
CMYK00.300.380.06
HSL13.19º73.98%75.88%-
HSV(B)13.19º38.08%93.73%-
XYZ54.9448.4934.48-
YUV186.95106.02165.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.06%
GREEN value IS 168 (66.02% from 255) = 30.27%
BLUE value IS 148 (58.20% from 255) = 26.67%
R=43.06%
G=30.27%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916814800.300.380.0613.1973.9875.88
HexEFA89401E266d4a4c
Octal35725022403646615112114
Binary111011111010100010010100011110100110110110110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA894; }

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

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

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

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

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

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

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

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