#E9AE97

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

Shades of Wax Flower #E9AE97

Tints of Wax Flower #E9AE97

Color information

#E9AE97 (or 0xE9AE97) is unknown color: approx Wax Flower. HEX triplet: E9, AE and 97. RGB value is (233,174,151). Sum of RGB (Red+Green+Blue) = 233+174+151=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 151 (59.38% from 255 or 27.06% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AE97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AE97 is #165168. Grayscale: #BDBDBD. Windows color (decimal): -1462633 or 9940713. OLE color: 9940713.

HSL color Cylindrical-coordinate representation of color #E9AE97: hue angle of 16.83º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E9AE97 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB233174151-
CMYK00.250.350.09
HSL16.83º65.08%75.29%-
HSV(B)16.83º35.19%91.37%-
XYZ54.3349.8336.03-
YUV189.02106.55159.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.76%
GREEN value IS 174 (68.36% from 255) = 31.18%
BLUE value IS 151 (59.38% from 255) = 27.06%
R=41.76%
G=31.18%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317415100.250.350.0916.8365.0875.29
HexE9AE9701923911414b
Octal351256227031431121101113
Binary11101001101011101001011101100110001110011000110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AE97; }

 p { color: rgb(233,174,151); }

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

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

 a { background-color: rgb(233,174,151); }

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

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

 span { border-color: rgb(233,174,151); }

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