#E9A99A

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

Shades of Wax Flower #E9A99A

Tints of Wax Flower #E9A99A

Color information

#E9A99A (or 0xE9A99A) is unknown color: approx Wax Flower. HEX triplet: E9, A9 and 9A. RGB value is (233,169,154). Sum of RGB (Red+Green+Blue) = 233+169+154=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A99A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9A99A is #165665. Grayscale: #BABABA. Windows color (decimal): -1463910 or 10136041. OLE color: 10136041.

HSL color Cylindrical-coordinate representation of color #E9A99A: hue angle of 11.39º degrees, saturation: 0.64, 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 #E9A99A is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB233169154-
CMYK00.270.340.09
HSL11.39º64.23%75.88%-
HSV(B)11.39º33.91%91.37%-
XYZ53.6248.0337.02-
YUV186.43109.7161.22-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.91%
GREEN value IS 169 (66.41% from 255) = 30.40%
BLUE value IS 154 (60.55% from 255) = 27.70%
R=41.91%
G=30.40%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316915400.270.340.0911.3964.2375.88
HexE9A99A01B229b404c
Octal351251232033421113100114
Binary1110100110101001100110100110111000101001101110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A99A; }

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

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

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

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

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

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

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

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