#EFAE94

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

Shades of Wax Flower #EFAE94

Tints of Wax Flower #EFAE94

Color information

#EFAE94 (or 0xEFAE94) is unknown color: approx Wax Flower. HEX triplet: EF, AE and 94. RGB value is (239,174,148). Sum of RGB (Red+Green+Blue) = 239+174+148=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE94 is #10516B. Grayscale: #BEBEBE. Windows color (decimal): -1069420 or 9744111. OLE color: 9744111.

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

Color convert

RGB239174148-
CMYK00.270.380.06
HSL17.14º73.98%75.88%-
HSV(B)17.14º38.08%93.73%-
XYZ56.0850.7634.86-
YUV190.47104.03162.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 148 (58.20% from 255) = 26.38%
R=42.60%
G=31.02%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917414800.270.380.0617.1473.9875.88
HexEFAE9401B266114a4c
Octal35725622403346621112114
Binary1110111110101110100101000110111001101101000110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAE94; }

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

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

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

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

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

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

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

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