#EAAC91

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

Shades of Wax Flower #EAAC91

Tints of Wax Flower #EAAC91

Color information

#EAAC91 (or 0xEAAC91) is unknown color: approx Wax Flower. HEX triplet: EA, AC and 91. RGB value is (234,172,145). Sum of RGB (Red+Green+Blue) = 234+172+145=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAC91 is #15536E. Grayscale: #BBBBBB. Windows color (decimal): -1397615 or 9546986. OLE color: 9546986.

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

Color convert

RGB234172145-
CMYK00.260.380.08
HSL18.2º67.94%74.31%-
HSV(B)18.2º38.03%91.76%-
XYZ53.849.0433.42-
YUV187.46104.04161.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 145 (57.03% from 255) = 26.32%
R=42.47%
G=31.22%
B=26.32%

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
Decimal23417214500.260.380.0818.267.9474.31
HexEAAC9101A26812444a
Octal352254221032461022104112
Binary11101010101011001001000101101010011010001001010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAC91; }

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

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

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

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

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

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

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

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