#E9A99C

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

Shades of Wax Flower #E9A99C

Tints of Wax Flower #E9A99C

Color information

#E9A99C (or 0xE9A99C) is unknown color: approx Wax Flower. HEX triplet: E9, A9 and 9C. RGB value is (233,169,156). Sum of RGB (Red+Green+Blue) = 233+169+156=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A99C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A99C is #165663. Grayscale: #BABABA. Windows color (decimal): -1463908 or 10267113. OLE color: 10267113.

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

Color convert

RGB233169156-
CMYK00.270.330.09
HSL10.13º63.64%76.27%-
HSV(B)10.13º33.05%91.37%-
XYZ53.7948.137.9-
YUV186.65110.7161.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.76%
GREEN value IS 169 (66.41% from 255) = 30.29%
BLUE value IS 156 (61.33% from 255) = 27.96%
R=41.76%
G=30.29%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316915600.270.330.0910.1363.6476.27
HexE9A99C01B219a404c
Octal351251234033411112100114
Binary1110100110101001100111000110111000011001101010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A99C; }

 p { color: rgb(233,169,156); }

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

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

 a { background-color: rgb(233,169,156); }

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

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

 span { border-color: rgb(233,169,156); }

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