#E5B59C

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

Shades of Wax Flower #E5B59C

Tints of Wax Flower #E5B59C

Color information

#E5B59C (or 0xE5B59C) is unknown color: approx Wax Flower. HEX triplet: E5, B5 and 9C. RGB value is (229,181,156). Sum of RGB (Red+Green+Blue) = 229+181+156=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B59C is #1A4A63. Grayscale: #C0C0C0. Windows color (decimal): -1722980 or 10270181. OLE color: 10270181.

HSL color Cylindrical-coordinate representation of color #E5B59C: hue angle of 20.55º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5B59C is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB229181156-
CMYK00.210.320.10
HSL20.55º58.4%75.49%-
HSV(B)20.55º31.88%89.8%-
XYZ54.8452.1138.62-
YUV192.5107.4154.03-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.46%
GREEN value IS 181 (71.09% from 255) = 31.98%
BLUE value IS 156 (61.33% from 255) = 27.56%
R=40.46%
G=31.98%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918115600.210.320.1020.5558.475.49
HexE5B59C01520A153a4b
Octal34526523402540122572113
Binary1110010110110101100111000101011000001010101011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B59C; }

 p { color: rgb(229,181,156); }

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

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

 a { background-color: rgb(229,181,156); }

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

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

 span { border-color: rgb(229,181,156); }

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