#EAAD95

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

Shades of Wax Flower #EAAD95

Tints of Wax Flower #EAAD95

Color information

#EAAD95 (or 0xEAAD95) is unknown color: approx Wax Flower. HEX triplet: EA, AD and 95. RGB value is (234,173,149). Sum of RGB (Red+Green+Blue) = 234+173+149=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAD95 is #15526A. Grayscale: #BCBCBC. Windows color (decimal): -1397355 or 9809386. OLE color: 9809386.

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

Color convert

RGB234173149-
CMYK00.260.360.08
HSL16.94º66.93%75.1%-
HSV(B)16.94º36.32%91.76%-
XYZ54.349.5535.14-
YUV188.5105.71160.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.09%
GREEN value IS 173 (67.97% from 255) = 31.12%
BLUE value IS 149 (58.59% from 255) = 26.80%
R=42.09%
G=31.12%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417314900.260.360.0816.9466.9375.1
HexEAAD9501A24811434b
Octal352255225032441021103113
Binary11101010101011011001010101101010010010001000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAD95; }

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

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

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

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

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

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

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

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