#EDAC95

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

Shades of Wax Flower #EDAC95

Tints of Wax Flower #EDAC95

Color information

#EDAC95 (or 0xEDAC95) is unknown color: approx Wax Flower. HEX triplet: ED, AC and 95. RGB value is (237,172,149). Sum of RGB (Red+Green+Blue) = 237+172+149=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC95 is #12536A. Grayscale: #BCBCBC. Windows color (decimal): -1201003 or 9809133. OLE color: 9809133.

HSL color Cylindrical-coordinate representation of color #EDAC95: hue angle of 15.68º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDAC95 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB237172149-
CMYK00.270.370.07
HSL15.68º70.97%75.69%-
HSV(B)15.68º37.13%92.94%-
XYZ55.149.6835.12-
YUV188.81105.53162.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 149 (58.59% from 255) = 26.70%
R=42.47%
G=30.82%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717214900.270.370.0715.6870.9775.69
HexEDAC9501B25710474c
Octal35525422503345720107114
Binary1110110110101100100101010110111001011111000010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC95; }

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

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

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

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

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

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

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

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