#EFAD93

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

Shades of Wax Flower #EFAD93

Tints of Wax Flower #EFAD93

Color information

#EFAD93 (or 0xEFAD93) is unknown color: approx Wax Flower. HEX triplet: EF, AD and 93. RGB value is (239,173,147). Sum of RGB (Red+Green+Blue) = 239+173+147=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAD93 is #10526C. Grayscale: #BDBDBD. Windows color (decimal): -1069677 or 9678319. OLE color: 9678319.

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

Color convert

RGB239173147-
CMYK00.280.380.06
HSL16.96º74.19%75.69%-
HSV(B)16.96º38.49%93.73%-
XYZ55.8150.3434.38-
YUV189.77103.87163.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 147 (57.81% from 255) = 26.30%
R=42.75%
G=30.95%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917314700.280.380.0616.9674.1975.69
HexEFAD9301C266114a4c
Octal35725522303446621112114
Binary1110111110101101100100110111001001101101000110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAD93; }

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

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

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

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

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

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

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

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