#EFB49F

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

Shades of Wax Flower #EFB49F

Tints of Wax Flower #EFB49F

Color information

#EFB49F (or 0xEFB49F) is unknown color: approx Wax Flower. HEX triplet: EF, B4 and 9F. RGB value is (239,180,159). Sum of RGB (Red+Green+Blue) = 239+180+159=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB49F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB49F is #104B60. Grayscale: #C3C3C3. Windows color (decimal): -1067873 or 10466543. OLE color: 10466543.

HSL color Cylindrical-coordinate representation of color #EFB49F: hue angle of 15.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFB49F is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239180159-
CMYK00.250.330.06
HSL15.75º71.43%78.04%-
HSV(B)15.75º33.47%93.73%-
XYZ58.1853.540.06-
YUV195.25107.55159.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 180 (70.70% from 255) = 31.14%
BLUE value IS 159 (62.5% from 255) = 27.51%
R=41.35%
G=31.14%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918015900.250.330.0615.7571.4378.04
HexEFB49F01921610474e
Octal35726423703141620107116
Binary1110111110110100100111110110011000011101000010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB49F; }

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

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

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

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

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

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

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

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