#EDAA9D

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

Shades of Wax Flower #EDAA9D

Tints of Wax Flower #EDAA9D

Color information

#EDAA9D (or 0xEDAA9D) is unknown color: approx Wax Flower. HEX triplet: ED, AA and 9D. RGB value is (237,170,157). Sum of RGB (Red+Green+Blue) = 237+170+157=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA9D is #125562. Grayscale: #BCBCBC. Windows color (decimal): -1201507 or 10332909. OLE color: 10332909.

HSL color Cylindrical-coordinate representation of color #EDAA9D: hue angle of 9.75º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDAA9D is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB237170157-
CMYK00.280.340.07
HSL9.75º68.97%77.25%-
HSV(B)9.75º33.76%92.94%-
XYZ55.3949.1938.47-
YUV188.55110.2162.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 157 (61.72% from 255) = 27.84%
R=42.02%
G=30.14%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717015700.280.340.079.7568.9777.25
HexEDAA9D01C227a454d
Octal35525223503442712105115
Binary111011011010101010011101011100100010111101010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAA9D; }

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

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

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

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

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

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

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

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