#EAAA9D

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

Shades of Wax Flower #EAAA9D

Tints of Wax Flower #EAAA9D

Color information

#EAAA9D (or 0xEAAA9D) is unknown color: approx Wax Flower. HEX triplet: EA, AA and 9D. RGB value is (234,170,157). Sum of RGB (Red+Green+Blue) = 234+170+157=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAA9D is #155562. Grayscale: #BBBBBB. Windows color (decimal): -1398115 or 10332906. OLE color: 10332906.

HSL color Cylindrical-coordinate representation of color #EAAA9D: hue angle of 10.13º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAAA9D is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB234170157-
CMYK00.270.330.08
HSL10.13º64.71%76.67%-
HSV(B)10.13º32.91%91.76%-
XYZ54.3948.6838.43-
YUV187.65110.7161.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 157 (61.72% from 255) = 27.99%
R=41.71%
G=30.30%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417015700.270.330.0810.1364.7176.67
HexEAAA9D01B218a414d
Octal352252235033411012101115
Binary1110101010101010100111010110111000011000101010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAA9D; }

 p { color: rgb(234,170,157); }

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

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

 a { background-color: rgb(234,170,157); }

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

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

 span { border-color: rgb(234,170,157); }

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