#EAAC94

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

Shades of Wax Flower #EAAC94

Tints of Wax Flower #EAAC94

Color information

#EAAC94 (or 0xEAAC94) is unknown color: approx Wax Flower. HEX triplet: EA, AC and 94. RGB value is (234,172,148). Sum of RGB (Red+Green+Blue) = 234+172+148=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAC94 is #15536B. Grayscale: #BBBBBB. Windows color (decimal): -1397612 or 9743594. OLE color: 9743594.

HSL color Cylindrical-coordinate representation of color #EAAC94: hue angle of 16.74º 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 #EAAC94 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB234172148-
CMYK00.260.370.08
HSL16.74º67.19%74.9%-
HSV(B)16.74º36.75%91.76%-
XYZ54.0349.1434.65-
YUV187.8105.54160.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.24%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 148 (58.20% from 255) = 26.71%
R=42.24%
G=31.05%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417214800.260.370.0816.7467.1974.9
HexEAAC9401A25811434b
Octal352254224032451021103113
Binary11101010101011001001010001101010010110001000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAC94; }

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

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

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

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

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

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

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

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