#EAAA94

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

Shades of Wax Flower #EAAA94

Tints of Wax Flower #EAAA94

Color information

#EAAA94 (or 0xEAAA94) is unknown color: approx Wax Flower. HEX triplet: EA, AA and 94. RGB value is (234,170,148). Sum of RGB (Red+Green+Blue) = 234+170+148=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAA94 is #15556B. Grayscale: #BABABA. Windows color (decimal): -1398124 or 9743082. OLE color: 9743082.

HSL color Cylindrical-coordinate representation of color #EAAA94: hue angle of 15.35º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAAA94 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB234170148-
CMYK00.270.370.08
HSL15.35º67.19%74.9%-
HSV(B)15.35º36.75%91.76%-
XYZ53.6548.3834.53-
YUV186.63106.2161.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 148 (58.20% from 255) = 26.81%
R=42.39%
G=30.80%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417014800.270.370.0815.3567.1974.9
HexEAAA9401B258f434b
Octal352252224033451017103113
Binary1110101010101010100101000110111001011000111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAA94; }

 p { color: rgb(234,170,148); }

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

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

 a { background-color: rgb(234,170,148); }

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

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

 span { border-color: rgb(234,170,148); }

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