#EFAE9E

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

Shades of Wax Flower #EFAE9E

Tints of Wax Flower #EFAE9E

Color information

#EFAE9E (or 0xEFAE9E) is unknown color: approx Wax Flower. HEX triplet: EF, AE and 9E. RGB value is (239,174,158). Sum of RGB (Red+Green+Blue) = 239+174+158=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAE9E is #105161. Grayscale: #BFBFBF. Windows color (decimal): -1069410 or 10399471. OLE color: 10399471.

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

Color convert

RGB239174158-
CMYK00.270.340.06
HSL11.85º71.68%77.84%-
HSV(B)11.85º33.89%93.73%-
XYZ56.951.0939.21-
YUV191.61109.03161.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 158 (62.11% from 255) = 27.67%
R=41.86%
G=30.47%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917415800.270.340.0611.8571.6877.84
HexEFAE9E01B226c484e
Octal35725623603342614110116
Binary111011111010111010011110011011100010110110010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAE9E; }

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

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

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

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

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

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

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

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