#E9AF99

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

Shades of Wax Flower #E9AF99

Tints of Wax Flower #E9AF99

Color information

#E9AF99 (or 0xE9AF99) is unknown color: approx Wax Flower. HEX triplet: E9, AF and 99. RGB value is (233,175,153). Sum of RGB (Red+Green+Blue) = 233+175+153=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AF99 is #165066. Grayscale: #BDBDBD. Windows color (decimal): -1462375 or 10072041. OLE color: 10072041.

HSL color Cylindrical-coordinate representation of color #E9AF99: hue angle of 16.5º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E9AF99 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB233175153-
CMYK00.250.340.09
HSL16.5º64.52%75.69%-
HSV(B)16.5º34.33%91.37%-
XYZ54.6850.2836.96-
YUV189.83107.22158.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.53%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 153 (60.16% from 255) = 27.27%
R=41.53%
G=31.19%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317515300.250.340.0916.564.5275.69
HexE9AF9901922911414c
Octal351257231031421121101114
Binary11101001101011111001100101100110001010011000110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AF99; }

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

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

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

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

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

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

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

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