#E1AB99

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

Shades of Wax Flower #E1AB99

Tints of Wax Flower #E1AB99

Color information

#E1AB99 (or 0xE1AB99) is unknown color: approx Wax Flower. HEX triplet: E1, AB and 99. RGB value is (225,171,153). Sum of RGB (Red+Green+Blue) = 225+171+153=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AB99 is #1E5466. Grayscale: #B9B9B9. Windows color (decimal): -1987687 or 10071009. OLE color: 10071009.

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

Color convert

RGB225171153-
CMYK00.240.320.12
HSL15º54.55%74.12%-
HSV(B)15º32%88.24%-
XYZ51.3647.4336.59-
YUV185.09109.89156.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 171 (67.19% from 255) = 31.15%
BLUE value IS 153 (60.16% from 255) = 27.87%
R=40.98%
G=31.15%
B=27.87%

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
Decimal22517115300.240.320.121554.5574.12
HexE1AB9901820Cf374a
Octal34125323103040141767112
Binary111000011010101110011001011000100000110011111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AB99; }

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

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

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

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

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

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

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

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