#EAA895

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

Shades of Wax Flower #EAA895

Tints of Wax Flower #EAA895

Color information

#EAA895 (or 0xEAA895) is unknown color: approx Wax Flower. HEX triplet: EA, A8 and 95. RGB value is (234,168,149). Sum of RGB (Red+Green+Blue) = 234+168+149=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA895 is #15576A. Grayscale: #B9B9B9. Windows color (decimal): -1398635 or 9808106. OLE color: 9808106.

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

Color convert

RGB234168149-
CMYK00.280.360.08
HSL13.41º66.93%75.1%-
HSV(B)13.41º36.32%91.76%-
XYZ53.3647.6734.82-
YUV185.57107.37162.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 168 (66.02% from 255) = 30.49%
BLUE value IS 149 (58.59% from 255) = 27.04%
R=42.47%
G=30.49%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416814900.280.360.0813.4166.9375.1
HexEAA89501C248d434b
Octal352250225034441015103113
Binary1110101010101000100101010111001001001000110110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA895; }

 p { color: rgb(234,168,149); }

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

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

 a { background-color: rgb(234,168,149); }

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

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

 span { border-color: rgb(234,168,149); }

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