#E5B59B

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

Shades of Wax Flower #E5B59B

Tints of Wax Flower #E5B59B

Color information

#E5B59B (or 0xE5B59B) is unknown color: approx Wax Flower. HEX triplet: E5, B5 and 9B. RGB value is (229,181,155). Sum of RGB (Red+Green+Blue) = 229+181+155=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5B59B is #1A4A64. Grayscale: #C0C0C0. Windows color (decimal): -1722981 or 10204645. OLE color: 10204645.

HSL color Cylindrical-coordinate representation of color #E5B59B: hue angle of 21.08º degrees, saturation: 0.59, 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 #E5B59B is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB229181155-
CMYK00.210.320.10
HSL21.08º58.73%75.29%-
HSV(B)21.08º32.31%89.8%-
XYZ54.7552.0738.18-
YUV192.39106.9154.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.53%
GREEN value IS 181 (71.09% from 255) = 32.04%
BLUE value IS 155 (60.94% from 255) = 27.43%
R=40.53%
G=32.04%
B=27.43%

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
Decimal22918115500.210.320.1021.0858.7375.29
HexE5B59B01520A153b4b
Octal34526523302540122573113
Binary1110010110110101100110110101011000001010101011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B59B; }

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

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

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

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

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

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

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

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