#EAAD91

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

Shades of Wax Flower #EAAD91

Tints of Wax Flower #EAAD91

Color information

#EAAD91 (or 0xEAAD91) is unknown color: approx Wax Flower. HEX triplet: EA, AD and 91. RGB value is (234,173,145). Sum of RGB (Red+Green+Blue) = 234+173+145=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 145 (57.03% from 255 or 26.27% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAD91 is #15526E. Grayscale: #BCBCBC. Windows color (decimal): -1397359 or 9547242. OLE color: 9547242.

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

Color convert

RGB234173145-
CMYK00.260.380.08
HSL18.88º67.94%74.31%-
HSV(B)18.88º38.03%91.76%-
XYZ53.9949.4233.48-
YUV188.05103.71160.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 173 (67.97% from 255) = 31.34%
BLUE value IS 145 (57.03% from 255) = 26.27%
R=42.39%
G=31.34%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417314500.260.380.0818.8867.9474.31
HexEAAD9101A26813444a
Octal352255221032461023104112
Binary11101010101011011001000101101010011010001001110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAD91; }

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

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

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

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

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

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

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

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