#EFAD9F

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

Shades of Wax Flower #EFAD9F

Tints of Wax Flower #EFAD9F

Color information

#EFAD9F (or 0xEFAD9F) is unknown color: approx Wax Flower. HEX triplet: EF, AD and 9F. RGB value is (239,173,159). Sum of RGB (Red+Green+Blue) = 239+173+159=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAD9F is #105260. Grayscale: #BFBFBF. Windows color (decimal): -1069665 or 10464751. OLE color: 10464751.

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

Color convert

RGB239173159-
CMYK00.280.330.06
HSL10.5º71.43%78.04%-
HSV(B)10.5º33.47%93.73%-
XYZ56.850.7439.6-
YUV191.14109.87162.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 173 (67.97% from 255) = 30.30%
BLUE value IS 159 (62.5% from 255) = 27.85%
R=41.86%
G=30.30%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917315900.280.330.0610.571.4378.04
HexEFAD9F01C216b474e
Octal35725523703441613107116
Binary111011111010110110011111011100100001110101110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAD9F; }

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

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

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

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

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

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

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

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