#EFB39C

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

Shades of Wax Flower #EFB39C

Tints of Wax Flower #EFB39C

Color information

#EFB39C (or 0xEFB39C) is unknown color: approx Wax Flower. HEX triplet: EF, B3 and 9C. RGB value is (239,179,156). Sum of RGB (Red+Green+Blue) = 239+179+156=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB39C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB39C is #104C63. Grayscale: #C2C2C2. Windows color (decimal): -1068132 or 10269679. OLE color: 10269679.

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

Color convert

RGB239179156-
CMYK00.250.350.06
HSL16.63º72.17%77.45%-
HSV(B)16.63º34.73%93.73%-
XYZ57.7252.9938.64-
YUV194.32106.38159.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.64%
GREEN value IS 179 (70.31% from 255) = 31.18%
BLUE value IS 156 (61.33% from 255) = 27.18%
R=41.64%
G=31.18%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917915600.250.350.0616.6372.1777.45
HexEFB39C01923611484d
Octal35726323403143621110115
Binary1110111110110011100111000110011000111101000110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB39C; }

 p { color: rgb(239,179,156); }

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

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

 a { background-color: rgb(239,179,156); }

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

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

 span { border-color: rgb(239,179,156); }

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