#E5A997

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

Shades of Wax Flower #E5A997

Tints of Wax Flower #E5A997

Color information

#E5A997 (or 0xE5A997) is unknown color: approx Wax Flower. HEX triplet: E5, A9 and 97. RGB value is (229,169,151). Sum of RGB (Red+Green+Blue) = 229+169+151=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A997 is #1A5668. Grayscale: #B9B9B9. Windows color (decimal): -1726057 or 9939429. OLE color: 9939429.

HSL color Cylindrical-coordinate representation of color #E5A997: hue angle of 13.85º 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 #E5A997 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB229169151-
CMYK00.260.340.10
HSL13.85º60%74.51%-
HSV(B)13.85º34.06%89.8%-
XYZ52.0947.2735.66-
YUV184.89108.88159.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.71%
GREEN value IS 169 (66.41% from 255) = 30.78%
BLUE value IS 151 (59.38% from 255) = 27.50%
R=41.71%
G=30.78%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22916915100.260.340.1013.856074.51
HexE5A99701A22Ae3c4b
Octal34525122703242121674113
Binary111001011010100110010111011010100010101011101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5A997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5A997; }

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

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

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

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

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

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

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

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