#E1AE9A

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

Shades of Wax Flower #E1AE9A

Tints of Wax Flower #E1AE9A

Color information

#E1AE9A (or 0xE1AE9A) is unknown color: approx Wax Flower. HEX triplet: E1, AE and 9A. RGB value is (225,174,154). Sum of RGB (Red+Green+Blue) = 225+174+154=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AE9A is #1E5165. Grayscale: #BBBBBB. Windows color (decimal): -1986918 or 10137313. OLE color: 10137313.

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

Color convert

RGB225174154-
CMYK00.230.320.12
HSL16.9º54.2%74.31%-
HSV(B)16.9º31.56%88.24%-
XYZ52.0248.6137.21-
YUV186.97109.4155.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.69%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 154 (60.55% from 255) = 27.85%
R=40.69%
G=31.46%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517415400.230.320.1216.954.274.31
HexE1AE9A01720C11364a
Octal34125623202740142166112
Binary1110000110101110100110100101111000001100100011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AE9A; }

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

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

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

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

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

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

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

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