#E5B196

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

Shades of Wax Flower #E5B196

Tints of Wax Flower #E5B196

Color information

#E5B196 (or 0xE5B196) is unknown color: approx Wax Flower. HEX triplet: E5, B1 and 96. RGB value is (229,177,150). Sum of RGB (Red+Green+Blue) = 229+177+150=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B196 is #1A4E69. Grayscale: #BDBDBD. Windows color (decimal): -1724010 or 9875941. OLE color: 9875941.

HSL color Cylindrical-coordinate representation of color #E5B196: hue angle of 20.51º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5B196 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB229177150-
CMYK00.230.340.10
HSL20.51º60.31%74.31%-
HSV(B)20.51º34.5%89.8%-
XYZ53.5450.335.74-
YUV189.47105.73156.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.19%
GREEN value IS 177 (69.53% from 255) = 31.83%
BLUE value IS 150 (58.98% from 255) = 26.98%
R=41.19%
G=31.83%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917715000.230.340.1020.5160.3174.31
HexE5B19601722A153c4a
Octal34526122602742122574112
Binary1110010110110001100101100101111000101010101011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B196; }

 p { color: rgb(229,177,150); }

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

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

 a { background-color: rgb(229,177,150); }

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

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

 span { border-color: rgb(229,177,150); }

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