#E3AC96

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

Shades of Wax Flower #E3AC96

Tints of Wax Flower #E3AC96

Color information

#E3AC96 (or 0xE3AC96) is unknown color: approx Wax Flower. HEX triplet: E3, AC and 96. RGB value is (227,172,150). Sum of RGB (Red+Green+Blue) = 227+172+150=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AC96 is #1C5369. Grayscale: #BABABA. Windows color (decimal): -1856362 or 9874659. OLE color: 9874659.

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

Color convert

RGB227172150-
CMYK00.240.340.11
HSL17.14º57.89%73.92%-
HSV(B)17.14º33.92%89.02%-
XYZ51.9448.0435.39-
YUV185.94107.72157.29-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.35%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 150 (58.98% from 255) = 27.32%
R=41.35%
G=31.33%
B=27.32%

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
Decimal22717215000.240.340.1117.1457.8973.92
HexE3AC9601822B113a4a
Octal34325422603042132172112
Binary1110001110101100100101100110001000101011100011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AC96; }

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

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

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

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

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

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

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

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