#EAAE91

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

Shades of Wax Flower #EAAE91

Tints of Wax Flower #EAAE91

Color information

#EAAE91 (or 0xEAAE91) is unknown color: approx Wax Flower. HEX triplet: EA, AE and 91. RGB value is (234,174,145). Sum of RGB (Red+Green+Blue) = 234+174+145=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 145 (57.03% from 255 or 26.22% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAE91 is #15516E. Grayscale: #BCBCBC. Windows color (decimal): -1397103 or 9547498. OLE color: 9547498.

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

Color convert

RGB234174145-
CMYK00.260.380.08
HSL19.55º67.94%74.31%-
HSV(B)19.55º38.03%91.76%-
XYZ54.1849.8133.55-
YUV188.63103.38160.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 145 (57.03% from 255) = 26.22%
R=42.31%
G=31.46%
B=26.22%

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
Decimal23417414500.260.380.0819.5567.9474.31
HexEAAE9101A26814444a
Octal352256221032461024104112
Binary11101010101011101001000101101010011010001010010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE91; }

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

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

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

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

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

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

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

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