#EFA995

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

Shades of Wax Flower #EFA995

Tints of Wax Flower #EFA995

Color information

#EFA995 (or 0xEFA995) is unknown color: approx Wax Flower. HEX triplet: EF, A9 and 95. RGB value is (239,169,149). Sum of RGB (Red+Green+Blue) = 239+169+149=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA995 is #10566A. Grayscale: #BBBBBB. Windows color (decimal): -1070699 or 9808367. OLE color: 9808367.

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

Color convert

RGB239169149-
CMYK00.290.380.06
HSL13.33º73.77%76.08%-
HSV(B)13.33º37.66%93.73%-
XYZ55.2148.934.96-
YUV187.65106.19164.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 169 (66.41% from 255) = 30.34%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=42.91%
G=30.34%
B=26.75%

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
Decimal23916914900.290.380.0613.3373.7776.08
HexEFA99501D266d4a4c
Octal35725122503546615112114
Binary111011111010100110010101011101100110110110110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA995; }

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

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

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

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

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

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

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

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