#EAAE97

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

Shades of Wax Flower #EAAE97

Tints of Wax Flower #EAAE97

Color information

#EAAE97 (or 0xEAAE97) is unknown color: approx Wax Flower. HEX triplet: EA, AE and 97. RGB value is (234,174,151). Sum of RGB (Red+Green+Blue) = 234+174+151=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 151 (59.38% from 255 or 27.01% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAE97 is #155168. Grayscale: #BDBDBD. Windows color (decimal): -1397097 or 9940714. OLE color: 9940714.

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

Color convert

RGB234174151-
CMYK00.260.350.08
HSL16.63º66.4%75.49%-
HSV(B)16.63º35.47%91.76%-
XYZ54.655036.05-
YUV189.32106.38159.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 151 (59.38% from 255) = 27.01%
R=41.86%
G=31.13%
B=27.01%

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
Decimal23417415100.260.350.0816.6366.475.49
HexEAAE9701A23811424b
Octal352256227032431021102113
Binary11101010101011101001011101101010001110001000110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE97; }

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

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

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

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

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

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

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

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