#E9AC94

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

Shades of Wax Flower #E9AC94

Tints of Wax Flower #E9AC94

Color information

#E9AC94 (or 0xE9AC94) is unknown color: approx Wax Flower. HEX triplet: E9, AC and 94. RGB value is (233,172,148). Sum of RGB (Red+Green+Blue) = 233+172+148=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AC94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AC94 is #16536B. Grayscale: #BBBBBB. Windows color (decimal): -1463148 or 9743593. OLE color: 9743593.

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

Color convert

RGB233172148-
CMYK00.260.360.09
HSL16.94º65.89%74.71%-
HSV(B)16.94º36.48%91.37%-
XYZ53.748.9734.64-
YUV187.5105.71160.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.13%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 148 (58.20% from 255) = 26.76%
R=42.13%
G=31.10%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317214800.260.360.0916.9465.8974.71
HexE9AC9401A24911424b
Octal351254224032441121102113
Binary11101001101011001001010001101010010010011000110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AC94; }

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

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

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

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

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

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

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

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