#EFB79D

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

Shades of Wax Flower #EFB79D

Tints of Wax Flower #EFB79D

Color information

#EFB79D (or 0xEFB79D) is unknown color: approx Wax Flower. HEX triplet: EF, B7 and 9D. RGB value is (239,183,157). Sum of RGB (Red+Green+Blue) = 239+183+157=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB79D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB79D is #104862. Grayscale: #C4C4C4. Windows color (decimal): -1067107 or 10336239. OLE color: 10336239.

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

Color convert

RGB239183157-
CMYK00.230.340.06
HSL19.02º71.93%77.65%-
HSV(B)19.02º34.31%93.73%-
XYZ58.6254.6539.36-
YUV196.78105.55158.11-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.28%
GREEN value IS 183 (71.88% from 255) = 31.61%
BLUE value IS 157 (61.72% from 255) = 27.12%
R=41.28%
G=31.61%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918315700.230.340.0619.0271.9377.65
HexEFB79D01722613484e
Octal35726723502742623110116
Binary1110111110110111100111010101111000101101001110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB79D; }

 p { color: rgb(239,183,157); }

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

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

 a { background-color: rgb(239,183,157); }

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

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

 span { border-color: rgb(239,183,157); }

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