#E9AE98

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

Shades of Wax Flower #E9AE98

Tints of Wax Flower #E9AE98

Color information

#E9AE98 (or 0xE9AE98) is unknown color: approx Wax Flower. HEX triplet: E9, AE and 98. RGB value is (233,174,152). Sum of RGB (Red+Green+Blue) = 233+174+152=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AE98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AE98 is #165167. Grayscale: #BDBDBD. Windows color (decimal): -1462632 or 10006249. OLE color: 10006249.

HSL color Cylindrical-coordinate representation of color #E9AE98: hue angle of 16.3º 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 #E9AE98 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB233174152-
CMYK00.250.350.09
HSL16.3º64.8%75.49%-
HSV(B)16.3º34.76%91.37%-
XYZ54.4149.8636.46-
YUV189.13107.05159.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.68%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 152 (59.77% from 255) = 27.19%
R=41.68%
G=31.13%
B=27.19%

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
Decimal23317415200.250.350.0916.364.875.49
HexE9AE9801923910414b
Octal351256230031431120101113
Binary11101001101011101001100001100110001110011000010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AE98; }

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

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

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

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

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

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

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

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