#E5AF97

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

Shades of Wax Flower #E5AF97

Tints of Wax Flower #E5AF97

Color information

#E5AF97 (or 0xE5AF97) is unknown color: approx Wax Flower. HEX triplet: E5, AF and 97. RGB value is (229,175,151). Sum of RGB (Red+Green+Blue) = 229+175+151=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AF97 is #1A5068. Grayscale: #BCBCBC. Windows color (decimal): -1724521 or 9940965. OLE color: 9940965.

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

Color convert

RGB229175151-
CMYK00.240.340.10
HSL18.46º60%74.51%-
HSV(B)18.46º34.06%89.8%-
XYZ53.2349.5536.04-
YUV188.41106.89156.95-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.26%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 151 (59.38% from 255) = 27.21%
R=41.26%
G=31.53%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917515100.240.340.1018.466074.51
HexE5AF9701822A123c4b
Octal34525722703042122274113
Binary1110010110101111100101110110001000101010100101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AF97; }

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

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

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

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

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

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

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

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