#EAAC97

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

Shades of Wax Flower #EAAC97

Tints of Wax Flower #EAAC97

Color information

#EAAC97 (or 0xEAAC97) is unknown color: approx Wax Flower. HEX triplet: EA, AC and 97. RGB value is (234,172,151). Sum of RGB (Red+Green+Blue) = 234+172+151=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAC97 is #155368. Grayscale: #BCBCBC. Windows color (decimal): -1397609 or 9940202. OLE color: 9940202.

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

Color convert

RGB234172151-
CMYK00.260.350.08
HSL15.18º66.4%75.49%-
HSV(B)15.18º35.47%91.76%-
XYZ54.2749.2335.92-
YUV188.14107.04160.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.01%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 151 (59.38% from 255) = 27.11%
R=42.01%
G=30.88%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417215100.260.350.0815.1866.475.49
HexEAAC9701A238f424b
Octal352254227032431017102113
Binary1110101010101100100101110110101000111000111110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAC97; }

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

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

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

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

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

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

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

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