#E9AE94

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

Shades of Wax Flower #E9AE94

Tints of Wax Flower #E9AE94

Color information

#E9AE94 (or 0xE9AE94) is unknown color: approx Wax Flower. HEX triplet: E9, AE and 94. RGB value is (233,174,148). Sum of RGB (Red+Green+Blue) = 233+174+148=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AE94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AE94 is #16516B. Grayscale: #BCBCBC. Windows color (decimal): -1462636 or 9744105. OLE color: 9744105.

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

Color convert

RGB233174148-
CMYK00.250.360.09
HSL18.35º65.89%74.71%-
HSV(B)18.35º36.48%91.37%-
XYZ54.0949.7334.77-
YUV188.68105.05159.61-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.98%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 148 (58.20% from 255) = 26.67%
R=41.98%
G=31.35%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317414800.250.360.0918.3565.8974.71
HexE9AE9401924912424b
Octal351256224031441122102113
Binary11101001101011101001010001100110010010011001010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AE94; }

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

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

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

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

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

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

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

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