#EDAC91

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

Shades of Wax Flower #EDAC91

Tints of Wax Flower #EDAC91

Color information

#EDAC91 (or 0xEDAC91) is unknown color: approx Wax Flower. HEX triplet: ED, AC and 91. RGB value is (237,172,145). Sum of RGB (Red+Green+Blue) = 237+172+145=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 145 (57.03% from 255 or 26.17% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC91 is #12536E. Grayscale: #BCBCBC. Windows color (decimal): -1201007 or 9546989. OLE color: 9546989.

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

Color convert

RGB237172145-
CMYK00.270.390.07
HSL17.61º71.88%74.9%-
HSV(B)17.61º38.82%92.94%-
XYZ54.7949.5533.47-
YUV188.36103.53162.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.78%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 145 (57.03% from 255) = 26.17%
R=42.78%
G=31.05%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717214500.270.390.0717.6171.8874.9
HexEDAC9101B27712484b
Octal35525422103347722110113
Binary1110110110101100100100010110111001111111001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC91; }

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

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

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

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

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

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

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

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