#E2AB97

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

Shades of Wax Flower #E2AB97

Tints of Wax Flower #E2AB97

Color information

#E2AB97 (or 0xE2AB97) is unknown color: approx Wax Flower. HEX triplet: E2, AB and 97. RGB value is (226,171,151). Sum of RGB (Red+Green+Blue) = 226+171+151=548 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.24% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AB97 is #1D5468. Grayscale: #B9B9B9. Windows color (decimal): -1922153 or 9939938. OLE color: 9939938.

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

Color convert

RGB226171151-
CMYK00.240.330.11
HSL16º56.39%73.92%-
HSV(B)16º33.19%88.63%-
XYZ51.5147.5335.74-
YUV185.16108.72157.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.24%
GREEN value IS 171 (67.19% from 255) = 31.20%
BLUE value IS 151 (59.38% from 255) = 27.55%
R=41.24%
G=31.20%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617115100.240.330.111656.3973.92
HexE2AB9701821B10384a
Octal34225322703041132070112
Binary1110001010101011100101110110001000011011100001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AB97; }

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

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

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

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

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

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

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

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