#E1AB97

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

Shades of Wax Flower #E1AB97

Tints of Wax Flower #E1AB97

Color information

#E1AB97 (or 0xE1AB97) is unknown color: approx Wax Flower. HEX triplet: E1, AB and 97. RGB value is (225,171,151). Sum of RGB (Red+Green+Blue) = 225+171+151=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AB97 is #1E5468. Grayscale: #B9B9B9. Windows color (decimal): -1987689 or 9939937. OLE color: 9939937.

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

Color convert

RGB225171151-
CMYK00.240.330.12
HSL16.22º55.22%73.73%-
HSV(B)16.22º32.89%88.24%-
XYZ51.247.3735.72-
YUV184.87108.89156.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.13%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 151 (59.38% from 255) = 27.61%
R=41.13%
G=31.26%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517115100.240.330.1216.2255.2273.73
HexE1AB9701821C10374a
Octal34125322703041142067112
Binary1110000110101011100101110110001000011100100001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AB97; }

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

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

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

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

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

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

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

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