#EFB49E

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

Shades of Wax Flower #EFB49E

Tints of Wax Flower #EFB49E

Color information

#EFB49E (or 0xEFB49E) is unknown color: approx Wax Flower. HEX triplet: EF, B4 and 9E. RGB value is (239,180,158). Sum of RGB (Red+Green+Blue) = 239+180+158=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB49E is #104B61. Grayscale: #C3C3C3. Windows color (decimal): -1067874 or 10401007. OLE color: 10401007.

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

Color convert

RGB239180158-
CMYK00.250.340.06
HSL16.3º71.68%77.84%-
HSV(B)16.3º33.89%93.73%-
XYZ58.0953.4639.61-
YUV195.13107.05159.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 180 (70.70% from 255) = 31.20%
BLUE value IS 158 (62.11% from 255) = 27.38%
R=41.42%
G=31.20%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918015800.250.340.0616.371.6877.84
HexEFB49E01922610484e
Octal35726423603142620110116
Binary1110111110110100100111100110011000101101000010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB49E; }

 p { color: rgb(239,180,158); }

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

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

 a { background-color: rgb(239,180,158); }

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

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

 span { border-color: rgb(239,180,158); }

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