#E8AC94

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

Shades of Wax Flower #E8AC94

Tints of Wax Flower #E8AC94

Color information

#E8AC94 (or 0xE8AC94) is unknown color: approx Wax Flower. HEX triplet: E8, AC and 94. RGB value is (232,172,148). Sum of RGB (Red+Green+Blue) = 232+172+148=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AC94 is #17536B. Grayscale: #BBBBBB. Windows color (decimal): -1528684 or 9743592. OLE color: 9743592.

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

Color convert

RGB232172148-
CMYK00.260.360.09
HSL17.14º64.62%74.51%-
HSV(B)17.14º36.21%90.98%-
XYZ53.3848.834.62-
YUV187.2105.88159.95-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.03%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 148 (58.20% from 255) = 26.81%
R=42.03%
G=31.16%
B=26.81%

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
Decimal23217214800.260.360.0917.1464.6274.51
HexE8AC9401A24911414b
Octal350254224032441121101113
Binary11101000101011001001010001101010010010011000110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AC94; }

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

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

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

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

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

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

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

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