#EFAE95

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

Shades of Wax Flower #EFAE95

Tints of Wax Flower #EFAE95

Color information

#EFAE95 (or 0xEFAE95) is unknown color: approx Wax Flower. HEX triplet: EF, AE and 95. RGB value is (239,174,149). Sum of RGB (Red+Green+Blue) = 239+174+149=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE95 is #10516A. Grayscale: #BEBEBE. Windows color (decimal): -1069419 or 9809647. OLE color: 9809647.

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

Color convert

RGB239174149-
CMYK00.270.380.06
HSL16.67º73.77%76.08%-
HSV(B)16.67º37.66%93.73%-
XYZ56.1650.7935.28-
YUV190.58104.53162.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.53%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 149 (58.59% from 255) = 26.51%
R=42.53%
G=30.96%
B=26.51%

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
Decimal23917414900.270.380.0616.6773.7776.08
HexEFAE9501B266114a4c
Octal35725622503346621112114
Binary1110111110101110100101010110111001101101000110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAE95; }

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

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

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

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

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

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

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

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