#E3B49F

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

Shades of Wax Flower #E3B49F

Tints of Wax Flower #E3B49F

Color information

#E3B49F (or 0xE3B49F) is unknown color: approx Wax Flower. HEX triplet: E3, B4 and 9F. RGB value is (227,180,159). Sum of RGB (Red+Green+Blue) = 227+180+159=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3B49F is #1C4B60. Grayscale: #BFBFBF. Windows color (decimal): -1854305 or 10466531. OLE color: 10466531.

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

Color convert

RGB227180159-
CMYK00.210.300.11
HSL18.53º54.84%75.69%-
HSV(B)18.53º29.96%89.02%-
XYZ54.2651.4839.88-
YUV191.66109.57153.21-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.11%
GREEN value IS 180 (70.70% from 255) = 31.80%
BLUE value IS 159 (62.5% from 255) = 28.09%
R=40.11%
G=31.80%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22718015900.210.300.1118.5354.8475.69
HexE3B49F0151EB13374c
Octal34326423702536132367114
Binary111000111011010010011111010101111101011100111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B49F; }

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

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

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

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

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

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

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

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