#E0AF99

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

Shades of Wax Flower #E0AF99

Tints of Wax Flower #E0AF99

Color information

#E0AF99 (or 0xE0AF99) is unknown color: approx Wax Flower. HEX triplet: E0, AF and 99. RGB value is (224,175,153). Sum of RGB (Red+Green+Blue) = 224+175+153=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AF99 is #1F5066. Grayscale: #BBBBBB. Windows color (decimal): -2052199 or 10072032. OLE color: 10072032.

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

Color convert

RGB224175153-
CMYK00.220.320.12
HSL18.59º53.38%73.92%-
HSV(B)18.59º31.7%87.84%-
XYZ51.8248.8136.83-
YUV187.14108.73154.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 153 (60.16% from 255) = 27.72%
R=40.58%
G=31.70%
B=27.72%

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
Decimal22417515300.220.320.1218.5953.3873.92
HexE0AF9901620C13354a
Octal34025723102640142365112
Binary1110000010101111100110010101101000001100100111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AF99; }

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

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

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

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

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

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

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

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