#EFA794

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

Shades of Wax Flower #EFA794

Tints of Wax Flower #EFA794

Color information

#EFA794 (or 0xEFA794) is unknown color: approx Wax Flower. HEX triplet: EF, A7 and 94. RGB value is (239,167,148). Sum of RGB (Red+Green+Blue) = 239+167+148=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA794 is #10586B. Grayscale: #BABABA. Windows color (decimal): -1071212 or 9742319. OLE color: 9742319.

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

Color convert

RGB239167148-
CMYK00.300.380.06
HSL12.53º73.98%75.88%-
HSV(B)12.53º38.08%93.73%-
XYZ54.7648.1334.42-
YUV186.36106.35165.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 167 (65.62% from 255) = 30.14%
BLUE value IS 148 (58.20% from 255) = 26.71%
R=43.14%
G=30.14%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916714800.300.380.0612.5373.9875.88
HexEFA79401E266d4a4c
Octal35724722403646615112114
Binary111011111010011110010100011110100110110110110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA794; }

 p { color: rgb(239,167,148); }

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

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

 a { background-color: rgb(239,167,148); }

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

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

 span { border-color: rgb(239,167,148); }

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