#E3AC95

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

Shades of Wax Flower #E3AC95

Tints of Wax Flower #E3AC95

Color information

#E3AC95 (or 0xE3AC95) is unknown color: approx Wax Flower. HEX triplet: E3, AC and 95. RGB value is (227,172,149). Sum of RGB (Red+Green+Blue) = 227+172+149=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AC95 is #1C536A. Grayscale: #B9B9B9. Windows color (decimal): -1856363 or 9809123. OLE color: 9809123.

HSL color Cylindrical-coordinate representation of color #E3AC95: hue angle of 17.69º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E3AC95 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB227172149-
CMYK00.240.340.11
HSL17.69º58.21%73.73%-
HSV(B)17.69º34.36%89.02%-
XYZ51.8648.0134.97-
YUV185.82107.22157.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.42%
GREEN value IS 172 (67.58% from 255) = 31.39%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=41.42%
G=31.39%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717214900.240.340.1117.6958.2173.73
HexE3AC9501822B123a4a
Octal34325422503042132272112
Binary1110001110101100100101010110001000101011100101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AC95; }

 p { color: rgb(227,172,149); }

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

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

 a { background-color: rgb(227,172,149); }

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

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

 span { border-color: rgb(227,172,149); }

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