#EFB399

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

Shades of Wax Flower #EFB399

Tints of Wax Flower #EFB399

Color information

#EFB399 (or 0xEFB399) is unknown color: approx Wax Flower. HEX triplet: EF, B3 and 99. RGB value is (239,179,153). Sum of RGB (Red+Green+Blue) = 239+179+153=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB399 is #104C66. Grayscale: #C2C2C2. Windows color (decimal): -1068135 or 10073071. OLE color: 10073071.

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

Color convert

RGB239179153-
CMYK00.250.360.06
HSL18.14º72.88%76.86%-
HSV(B)18.14º35.98%93.73%-
XYZ57.4752.8937.32-
YUV193.98104.88160.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 179 (70.31% from 255) = 31.35%
BLUE value IS 153 (60.16% from 255) = 26.80%
R=41.86%
G=31.35%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917915300.250.360.0618.1472.8876.86
HexEFB39901924612494d
Octal35726323103144622111115
Binary1110111110110011100110010110011001001101001010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB399; }

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

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

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

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

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

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

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

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