#E2AF97

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

Shades of Wax Flower #E2AF97

Tints of Wax Flower #E2AF97

Color information

#E2AF97 (or 0xE2AF97) is unknown color: approx Wax Flower. HEX triplet: E2, AF and 97. RGB value is (226,175,151). Sum of RGB (Red+Green+Blue) = 226+175+151=552 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.94% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AF97 is #1D5068. Grayscale: #BBBBBB. Windows color (decimal): -1921129 or 9940962. OLE color: 9940962.

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

Color convert

RGB226175151-
CMYK00.230.330.11
HSL19.2º56.39%73.92%-
HSV(B)19.2º33.19%88.63%-
XYZ52.2849.0635.99-
YUV187.51107.4155.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.94%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 151 (59.38% from 255) = 27.36%
R=40.94%
G=31.70%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617515100.230.330.1119.256.3973.92
HexE2AF9701721B13384a
Octal34225722702741132370112
Binary1110001010101111100101110101111000011011100111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AF97; }

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

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

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

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

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

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

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

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