#E7AC91

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

Shades of Wax Flower #E7AC91

Tints of Wax Flower #E7AC91

Color information

#E7AC91 (or 0xE7AC91) is unknown color: approx Wax Flower. HEX triplet: E7, AC and 91. RGB value is (231,172,145). Sum of RGB (Red+Green+Blue) = 231+172+145=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AC91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AC91 is #18536E. Grayscale: #BABABA. Windows color (decimal): -1594223 or 9546983. OLE color: 9546983.

HSL color Cylindrical-coordinate representation of color #E7AC91: hue angle of 18.84º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E7AC91 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB231172145-
CMYK00.260.370.09
HSL18.84º64.18%73.73%-
HSV(B)18.84º37.23%90.59%-
XYZ52.8248.5433.37-
YUV186.56104.55159.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.15%
GREEN value IS 172 (67.58% from 255) = 31.39%
BLUE value IS 145 (57.03% from 255) = 26.46%
R=42.15%
G=31.39%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117214500.260.370.0918.8464.1873.73
HexE7AC9101A25913404a
Octal347254221032451123100112
Binary11100111101011001001000101101010010110011001110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AC91; }

 p { color: rgb(231,172,145); }

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

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

 a { background-color: rgb(231,172,145); }

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

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

 span { border-color: rgb(231,172,145); }

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