#E1B39C

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

Shades of Wax Flower #E1B39C

Tints of Wax Flower #E1B39C

Color information

#E1B39C (or 0xE1B39C) is unknown color: approx Wax Flower. HEX triplet: E1, B3 and 9C. RGB value is (225,179,156). Sum of RGB (Red+Green+Blue) = 225+179+156=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1B39C is #1E4C63. Grayscale: #BEBEBE. Windows color (decimal): -1985636 or 10269665. OLE color: 10269665.

HSL color Cylindrical-coordinate representation of color #E1B39C: hue angle of 20º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1B39C is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB225179156-
CMYK00.200.310.12
HSL20º53.49%74.71%-
HSV(B)20º30.67%88.24%-
XYZ53.1750.6538.43-
YUV190.13108.74152.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.18%
GREEN value IS 179 (70.31% from 255) = 31.96%
BLUE value IS 156 (61.33% from 255) = 27.86%
R=40.18%
G=31.96%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517915600.200.310.122053.4974.71
HexE1B39C0141FC14354b
Octal34126323402437142465113
Binary111000011011001110011100010100111111100101001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B39C; }

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

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

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

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

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

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

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

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