#E1AC99

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

Shades of Wax Flower #E1AC99

Tints of Wax Flower #E1AC99

Color information

#E1AC99 (or 0xE1AC99) is unknown color: approx Wax Flower. HEX triplet: E1, AC and 99. RGB value is (225,172,153). Sum of RGB (Red+Green+Blue) = 225+172+153=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AC99 is #1E5366. Grayscale: #B9B9B9. Windows color (decimal): -1987431 or 10071265. OLE color: 10071265.

HSL color Cylindrical-coordinate representation of color #E1AC99: hue angle of 15.83º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1AC99 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225172153-
CMYK00.240.320.12
HSL15.83º54.55%74.12%-
HSV(B)15.83º32%88.24%-
XYZ51.5547.8136.65-
YUV185.68109.56156.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 153 (60.16% from 255) = 27.82%
R=40.91%
G=31.27%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517215300.240.320.1215.8354.5574.12
HexE1AC9901820C10374a
Octal34125423103040142067112
Binary1110000110101100100110010110001000001100100001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AC99; }

 p { color: rgb(225,172,153); }

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

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

 a { background-color: rgb(225,172,153); }

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

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

 span { border-color: rgb(225,172,153); }

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