#E2AC94

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

Shades of Wax Flower #E2AC94

Tints of Wax Flower #E2AC94

Color information

#E2AC94 (or 0xE2AC94) is unknown color: approx Wax Flower. HEX triplet: E2, AC and 94. RGB value is (226,172,148). Sum of RGB (Red+Green+Blue) = 226+172+148=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AC94 is #1D536B. Grayscale: #B9B9B9. Windows color (decimal): -1921900 or 9743586. OLE color: 9743586.

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

Color convert

RGB226172148-
CMYK00.240.350.11
HSL18.46º57.35%73.33%-
HSV(B)18.46º34.51%88.63%-
XYZ51.4647.8134.53-
YUV185.41106.89156.95-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.39%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 148 (58.20% from 255) = 27.11%
R=41.39%
G=31.50%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617214800.240.350.1118.4657.3573.33
HexE2AC9401823B123949
Octal34225422403043132271111
Binary1110001010101100100101000110001000111011100101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AC94; }

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

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

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

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

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

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

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

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