#E9AA9A

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

Shades of Wax Flower #E9AA9A

Tints of Wax Flower #E9AA9A

Color information

#E9AA9A (or 0xE9AA9A) is unknown color: approx Wax Flower. HEX triplet: E9, AA and 9A. RGB value is (233,170,154). Sum of RGB (Red+Green+Blue) = 233+170+154=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AA9A is #165565. Grayscale: #BBBBBB. Windows color (decimal): -1463654 or 10136297. OLE color: 10136297.

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

Color convert

RGB233170154-
CMYK00.270.340.09
HSL12.15º64.23%75.88%-
HSV(B)12.15º33.91%91.37%-
XYZ53.8148.4137.08-
YUV187.01109.37160.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.83%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 154 (60.55% from 255) = 27.65%
R=41.83%
G=30.52%
B=27.65%

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
Decimal23317015400.270.340.0912.1564.2375.88
HexE9AA9A01B229c404c
Octal351252232033421114100114
Binary1110100110101010100110100110111000101001110010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AA9A; }

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

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

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

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

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

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

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

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