#E5B297

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

Shades of Wax Flower #E5B297

Tints of Wax Flower #E5B297

Color information

#E5B297 (or 0xE5B297) is unknown color: approx Wax Flower. HEX triplet: E5, B2 and 97. RGB value is (229,178,151). Sum of RGB (Red+Green+Blue) = 229+178+151=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 151 (59.38% from 255 or 27.06% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B297 is #1A4D68. Grayscale: #BEBEBE. Windows color (decimal): -1723753 or 9941733. OLE color: 9941733.

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

Color convert

RGB229178151-
CMYK00.220.340.10
HSL20.77º60%74.51%-
HSV(B)20.77º34.06%89.8%-
XYZ53.8250.7336.23-
YUV190.17105.9155.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.04%
GREEN value IS 178 (69.92% from 255) = 31.90%
BLUE value IS 151 (59.38% from 255) = 27.06%
R=41.04%
G=31.90%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917815100.220.340.1020.776074.51
HexE5B29701622A153c4b
Octal34526222702642122574113
Binary1110010110110010100101110101101000101010101011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B297; }

 p { color: rgb(229,178,151); }

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

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

 a { background-color: rgb(229,178,151); }

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

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

 span { border-color: rgb(229,178,151); }

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