#E1AF99

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

Shades of Wax Flower #E1AF99

Tints of Wax Flower #E1AF99

Color information

#E1AF99 (or 0xE1AF99) is unknown color: approx Wax Flower. HEX triplet: E1, AF and 99. RGB value is (225,175,153). Sum of RGB (Red+Green+Blue) = 225+175+153=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AF99 is #1E5066. Grayscale: #BBBBBB. Windows color (decimal): -1986663 or 10072033. OLE color: 10072033.

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

Color convert

RGB225175153-
CMYK00.220.320.12
HSL18.33º54.55%74.12%-
HSV(B)18.33º32%88.24%-
XYZ52.1348.9736.84-
YUV187.44108.56154.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.69%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 153 (60.16% from 255) = 27.67%
R=40.69%
G=31.65%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517515300.220.320.1218.3354.5574.12
HexE1AF9901620C12374a
Octal34125723102640142267112
Binary1110000110101111100110010101101000001100100101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AF99; }

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

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

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

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

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

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

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

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