#EAAD94

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

Shades of Wax Flower #EAAD94

Tints of Wax Flower #EAAD94

Color information

#EAAD94 (or 0xEAAD94) is unknown color: approx Wax Flower. HEX triplet: EA, AD and 94. RGB value is (234,173,148). Sum of RGB (Red+Green+Blue) = 234+173+148=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAD94 is #15526B. Grayscale: #BCBCBC. Windows color (decimal): -1397356 or 9743850. OLE color: 9743850.

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

Color convert

RGB234173148-
CMYK00.260.370.08
HSL17.44º67.19%74.9%-
HSV(B)17.44º36.75%91.76%-
XYZ54.2249.5234.72-
YUV188.39105.21160.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.16%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 148 (58.20% from 255) = 26.67%
R=42.16%
G=31.17%
B=26.67%

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
Decimal23417314800.260.370.0817.4467.1974.9
HexEAAD9401A25811434b
Octal352255224032451021103113
Binary11101010101011011001010001101010010110001000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAD94; }

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

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

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

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

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

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

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

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