#EDAC93

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

Shades of Wax Flower #EDAC93

Tints of Wax Flower #EDAC93

Color information

#EDAC93 (or 0xEDAC93) is unknown color: approx Wax Flower. HEX triplet: ED, AC and 93. RGB value is (237,172,147). Sum of RGB (Red+Green+Blue) = 237+172+147=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC93 is #12536C. Grayscale: #BCBCBC. Windows color (decimal): -1201005 or 9678061. OLE color: 9678061.

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

Color convert

RGB237172147-
CMYK00.270.380.07
HSL16.67º71.43%75.29%-
HSV(B)16.67º37.97%92.94%-
XYZ54.9449.6234.28-
YUV188.58104.53162.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.63%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 147 (57.81% from 255) = 26.44%
R=42.63%
G=30.94%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717214700.270.380.0716.6771.4375.29
HexEDAC9301B26711474b
Octal35525422303346721107113
Binary1110110110101100100100110110111001101111000110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC93; }

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

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

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

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

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

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

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

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