#EDAC9C

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

Shades of Wax Flower #EDAC9C

Tints of Wax Flower #EDAC9C

Color information

#EDAC9C (or 0xEDAC9C) is unknown color: approx Wax Flower. HEX triplet: ED, AC and 9C. RGB value is (237,172,156). Sum of RGB (Red+Green+Blue) = 237+172+156=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 156 (61.33% from 255 or 27.61% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC9C is #125363. Grayscale: #BDBDBD. Windows color (decimal): -1200996 or 10267885. OLE color: 10267885.

HSL color Cylindrical-coordinate representation of color #EDAC9C: hue angle of 11.85º 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 #EDAC9C is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB237172156-
CMYK00.270.340.07
HSL11.85º69.23%77.06%-
HSV(B)11.85º34.18%92.94%-
XYZ55.6849.9138.15-
YUV189.61109.03161.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 156 (61.33% from 255) = 27.61%
R=41.95%
G=30.44%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717215600.270.340.0711.8569.2377.06
HexEDAC9C01B227c454d
Octal35525423403342714105115
Binary111011011010110010011100011011100010111110010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC9C; }

 p { color: rgb(237,172,156); }

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

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

 a { background-color: rgb(237,172,156); }

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

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

 span { border-color: rgb(237,172,156); }

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