#E1AC9A

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

Shades of Wax Flower #E1AC9A

Tints of Wax Flower #E1AC9A

Color information

#E1AC9A (or 0xE1AC9A) is unknown color: approx Wax Flower. HEX triplet: E1, AC and 9A. RGB value is (225,172,154). Sum of RGB (Red+Green+Blue) = 225+172+154=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AC9A is #1E5365. Grayscale: #B9B9B9. Windows color (decimal): -1987430 or 10136801. OLE color: 10136801.

HSL color Cylindrical-coordinate representation of color #E1AC9A: hue angle of 15.21º degrees, saturation: 0.54, 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 #E1AC9A is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225172154-
CMYK00.240.320.12
HSL15.21º54.2%74.31%-
HSV(B)15.21º31.56%88.24%-
XYZ51.6447.8537.09-
YUV185.8110.06155.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 154 (60.55% from 255) = 27.95%
R=40.83%
G=31.22%
B=27.95%

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
Decimal22517215400.240.320.1215.2154.274.31
HexE1AC9A01820Cf364a
Octal34125423203040141766112
Binary111000011010110010011010011000100000110011111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AC9A; }

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

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

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

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

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

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

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

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