#EAAE9C

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

Shades of Wax Flower #EAAE9C

Tints of Wax Flower #EAAE9C

Color information

#EAAE9C (or 0xEAAE9C) is unknown color: approx Wax Flower. HEX triplet: EA, AE and 9C. RGB value is (234,174,156). Sum of RGB (Red+Green+Blue) = 234+174+156=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAE9C is #155163. Grayscale: #BEBEBE. Windows color (decimal): -1397092 or 10268394. OLE color: 10268394.

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

Color convert

RGB234174156-
CMYK00.260.330.08
HSL13.85º65%76.47%-
HSV(B)13.85º33.33%91.76%-
XYZ55.0750.1638.23-
YUV189.89108.88159.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.49%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 156 (61.33% from 255) = 27.66%
R=41.49%
G=30.85%
B=27.66%

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
Decimal23417415600.260.330.0813.856576.47
HexEAAE9C01A218e414c
Octal352256234032411016101114
Binary1110101010101110100111000110101000011000111010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE9C; }

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

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

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

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

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

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

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

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