#E3AA97

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

Shades of Wax Flower #E3AA97

Tints of Wax Flower #E3AA97

Color information

#E3AA97 (or 0xE3AA97) is unknown color: approx Wax Flower. HEX triplet: E3, AA and 97. RGB value is (227,170,151). Sum of RGB (Red+Green+Blue) = 227+170+151=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AA97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AA97 is #1C5568. Grayscale: #B9B9B9. Windows color (decimal): -1856873 or 9939683. OLE color: 9939683.

HSL color Cylindrical-coordinate representation of color #E3AA97: hue angle of 15º degrees, saturation: 0.58, 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 #E3AA97 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB227170151-
CMYK00.250.330.11
HSL15º57.58%74.12%-
HSV(B)15º33.48%89.02%-
XYZ51.6447.3135.69-
YUV184.88108.88158.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.42%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 151 (59.38% from 255) = 27.55%
R=41.42%
G=31.02%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717015100.250.330.111557.5874.12
HexE3AA9701921Bf3a4a
Octal34325222703141131772112
Binary111000111010101010010111011001100001101111111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AA97; }

 p { color: rgb(227,170,151); }

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

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

 a { background-color: rgb(227,170,151); }

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

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

 span { border-color: rgb(227,170,151); }

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