#EFAD9E

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

Shades of Wax Flower #EFAD9E

Tints of Wax Flower #EFAD9E

Color information

#EFAD9E (or 0xEFAD9E) is unknown color: approx Wax Flower. HEX triplet: EF, AD and 9E. RGB value is (239,173,158). Sum of RGB (Red+Green+Blue) = 239+173+158=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAD9E is #105261. Grayscale: #BFBFBF. Windows color (decimal): -1069666 or 10399215. OLE color: 10399215.

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

Color convert

RGB239173158-
CMYK00.280.340.06
HSL11.11º71.68%77.84%-
HSV(B)11.11º33.89%93.73%-
XYZ56.7150.7139.15-
YUV191.02109.37162.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.93%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 158 (62.11% from 255) = 27.72%
R=41.93%
G=30.35%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917315800.280.340.0611.1171.6877.84
HexEFAD9E01C226b484e
Octal35725523603442613110116
Binary111011111010110110011110011100100010110101110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAD9E; }

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

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

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

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

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

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

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

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