#EFA99D

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

Shades of Wax Flower #EFA99D

Tints of Wax Flower #EFA99D

Color information

#EFA99D (or 0xEFA99D) is unknown color: approx Wax Flower. HEX triplet: EF, A9 and 9D. RGB value is (239,169,157). Sum of RGB (Red+Green+Blue) = 239+169+157=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 169 (66.41% from 255 or 29.91% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA99D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA99D is #105662. Grayscale: #BCBCBC. Windows color (decimal): -1070691 or 10332655. OLE color: 10332655.

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

Color convert

RGB239169157-
CMYK00.290.340.06
HSL8.78º71.93%77.65%-
HSV(B)8.78º34.31%93.73%-
XYZ55.8749.1638.44-
YUV188.56110.19163.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.30%
GREEN value IS 169 (66.41% from 255) = 29.91%
BLUE value IS 157 (61.72% from 255) = 27.79%
R=42.30%
G=29.91%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916915700.290.340.068.7871.9377.65
HexEFA99D01D2269484e
Octal35725123503542611110116
Binary111011111010100110011101011101100010110100110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA99D; }

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

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

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

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

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

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

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

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