#efa993

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

Shades of Wax Flower #EFA993

Tints of Wax Flower #EFA993

Color information

#EFA993 (or 0xEFA993) is unknown color: approx Wax Flower. HEX triplet: EF, A9 and 93. RGB value is (239,169,147). Sum of RGB (Red+Green+Blue) = 239+169+147=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA993 is #10566C. Grayscale: #BBBBBB. Windows color (decimal): -1070701 or 9677295. OLE color: 9677295.

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

Color convert

RGB239169147-
CMYK00.290.380.06
HSL14.35º74.19%75.69%-
HSV(B)14.35º38.49%93.73%-
XYZ55.0548.8334.13-
YUV187.42105.19164.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.06%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 147 (57.81% from 255) = 26.49%
R=43.06%
G=30.45%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916914700.290.380.0614.3574.1975.69
HexEFA99301D266e4a4c
Octal35725122303546616112114
Binary111011111010100110010011011101100110110111010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa993; }

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

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

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

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

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

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

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

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