#EDAD91

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

Shades of Wax Flower #EDAD91

Tints of Wax Flower #EDAD91

Color information

#EDAD91 (or 0xEDAD91) is unknown color: approx Wax Flower. HEX triplet: ED, AD and 91. RGB value is (237,173,145). Sum of RGB (Red+Green+Blue) = 237+173+145=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 145 (57.03% from 255 or 26.13% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD91 is #12526E. Grayscale: #BDBDBD. Windows color (decimal): -1200751 or 9547245. OLE color: 9547245.

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

Color convert

RGB237173145-
CMYK00.270.390.07
HSL18.26º71.88%74.9%-
HSV(B)18.26º38.82%92.94%-
XYZ54.9849.9433.53-
YUV188.94103.2162.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.70%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 145 (57.03% from 255) = 26.13%
R=42.70%
G=31.17%
B=26.13%

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
Decimal23717314500.270.390.0718.2671.8874.9
HexEDAD9101B27712484b
Octal35525522103347722110113
Binary1110110110101101100100010110111001111111001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAD91; }

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

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

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

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

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

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

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

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