#EAAC9D

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

Shades of Wax Flower #EAAC9D

Tints of Wax Flower #EAAC9D

Color information

#EAAC9D (or 0xEAAC9D) is unknown color: approx Wax Flower. HEX triplet: EA, AC and 9D. RGB value is (234,172,157). Sum of RGB (Red+Green+Blue) = 234+172+157=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAC9D is #155362. Grayscale: #BCBCBC. Windows color (decimal): -1397603 or 10333418. OLE color: 10333418.

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

Color convert

RGB234172157-
CMYK00.260.330.08
HSL11.69º64.71%76.67%-
HSV(B)11.69º32.91%91.76%-
XYZ54.7749.4338.55-
YUV188.83110.04160.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 157 (61.72% from 255) = 27.89%
R=41.56%
G=30.55%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417215700.260.330.0811.6964.7176.67
HexEAAC9D01A218c414d
Octal352254235032411014101115
Binary1110101010101100100111010110101000011000110010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAC9D; }

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

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

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

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

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

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

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

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