#E2B79F

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

Shades of Wax Flower #E2B79F

Tints of Wax Flower #E2B79F

Color information

#E2B79F (or 0xE2B79F) is unknown color: approx Wax Flower. HEX triplet: E2, B7 and 9F. RGB value is (226,183,159). Sum of RGB (Red+Green+Blue) = 226+183+159=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2B79F is #1D4860. Grayscale: #C1C1C1. Windows color (decimal): -1919073 or 10467298. OLE color: 10467298.

HSL color Cylindrical-coordinate representation of color #E2B79F: hue angle of 21.49º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2B79F is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB226183159-
CMYK00.190.300.11
HSL21.49º53.6%75.49%-
HSV(B)21.49º29.65%88.63%-
XYZ54.5652.5440.07-
YUV193.12108.75151.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.79%
GREEN value IS 183 (71.88% from 255) = 32.22%
BLUE value IS 159 (62.5% from 255) = 27.99%
R=39.79%
G=32.22%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22618315900.190.300.1121.4953.675.49
HexE2B79F0131EB15364b
Octal34226723702336132566113
Binary111000101011011110011111010011111101011101011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B79F; }

 p { color: rgb(226,183,159); }

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

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

 a { background-color: rgb(226,183,159); }

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

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

 span { border-color: rgb(226,183,159); }

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