#E2AC95

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

Shades of Wax Flower #E2AC95

Tints of Wax Flower #E2AC95

Color information

#E2AC95 (or 0xE2AC95) is unknown color: approx Wax Flower. HEX triplet: E2, AC and 95. RGB value is (226,172,149). Sum of RGB (Red+Green+Blue) = 226+172+149=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AC95 is #1D536A. Grayscale: #B9B9B9. Windows color (decimal): -1921899 or 9809122. OLE color: 9809122.

HSL color Cylindrical-coordinate representation of color #E2AC95: hue angle of 17.92º degrees, saturation: 0.57, 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 #E2AC95 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB226172149-
CMYK00.240.340.11
HSL17.92º57.04%73.53%-
HSV(B)17.92º34.07%88.63%-
XYZ51.5447.8434.95-
YUV185.52107.39156.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.32%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=41.32%
G=31.44%
B=27.24%

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
Decimal22617214900.240.340.1117.9257.0473.53
HexE2AC9501822B12394a
Octal34225422503042132271112
Binary1110001010101100100101010110001000101011100101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AC95; }

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

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

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

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

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

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

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

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