#EDAC90

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

Shades of Wax Flower #EDAC90

Tints of Wax Flower #EDAC90

Color information

#EDAC90 (or 0xEDAC90) is unknown color: approx Wax Flower. HEX triplet: ED, AC and 90. RGB value is (237,172,144). Sum of RGB (Red+Green+Blue) = 237+172+144=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC90 is #12536F. Grayscale: #BCBCBC. Windows color (decimal): -1201008 or 9481453. OLE color: 9481453.

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

Color convert

RGB237172144-
CMYK00.270.390.07
HSL18.06º72.09%74.71%-
HSV(B)18.06º39.24%92.94%-
XYZ54.7149.5233.06-
YUV188.24103.03162.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.86%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 144 (56.64% from 255) = 26.04%
R=42.86%
G=31.10%
B=26.04%

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
Decimal23717214400.270.390.0718.0672.0974.71
HexEDAC9001B27712484b
Octal35525422003347722110113
Binary1110110110101100100100000110111001111111001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC90; }

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

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

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

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

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

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

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

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