#EAAE9D

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

Shades of Wax Flower #EAAE9D

Tints of Wax Flower #EAAE9D

Color information

#EAAE9D (or 0xEAAE9D) is unknown color: approx Wax Flower. HEX triplet: EA, AE and 9D. RGB value is (234,174,157). Sum of RGB (Red+Green+Blue) = 234+174+157=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAE9D is #155162. Grayscale: #BEBEBE. Windows color (decimal): -1397091 or 10333930. OLE color: 10333930.

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

Color convert

RGB234174157-
CMYK00.260.330.08
HSL13.25º64.71%76.67%-
HSV(B)13.25º32.91%91.76%-
XYZ55.1550.238.68-
YUV190109.38159.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.42%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 157 (61.72% from 255) = 27.79%
R=41.42%
G=30.80%
B=27.79%

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
Decimal23417415700.260.330.0813.2564.7176.67
HexEAAE9D01A218d414d
Octal352256235032411015101115
Binary1110101010101110100111010110101000011000110110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE9D; }

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

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

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

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

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

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

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

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