#EDAC9D

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

Shades of Wax Flower #EDAC9D

Tints of Wax Flower #EDAC9D

Color information

#EDAC9D (or 0xEDAC9D) is unknown color: approx Wax Flower. HEX triplet: ED, AC and 9D. RGB value is (237,172,157). Sum of RGB (Red+Green+Blue) = 237+172+157=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 157 (61.72% from 255 or 27.74% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC9D is #125362. Grayscale: #BDBDBD. Windows color (decimal): -1200995 or 10333421. OLE color: 10333421.

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

Color convert

RGB237172157-
CMYK00.270.340.07
HSL11.25º68.97%77.25%-
HSV(B)11.25º33.76%92.94%-
XYZ55.7649.9438.6-
YUV189.72109.53161.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.87%
GREEN value IS 172 (67.58% from 255) = 30.39%
BLUE value IS 157 (61.72% from 255) = 27.74%
R=41.87%
G=30.39%
B=27.74%

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
Decimal23717215700.270.340.0711.2568.9777.25
HexEDAC9D01B227b454d
Octal35525423503342713105115
Binary111011011010110010011101011011100010111101110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC9D; }

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

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

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

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

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

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

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

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