#EDAC9B

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

Shades of Wax Flower #EDAC9B

Tints of Wax Flower #EDAC9B

Color information

#EDAC9B (or 0xEDAC9B) is unknown color: approx Wax Flower. HEX triplet: ED, AC and 9B. RGB value is (237,172,155). Sum of RGB (Red+Green+Blue) = 237+172+155=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC9B is #125364. Grayscale: #BDBDBD. Windows color (decimal): -1200997 or 10202349. OLE color: 10202349.

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

Color convert

RGB237172155-
CMYK00.270.350.07
HSL12.44º69.49%76.86%-
HSV(B)12.44º34.6%92.94%-
XYZ55.5949.8837.71-
YUV189.5108.53161.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 155 (60.94% from 255) = 27.48%
R=42.02%
G=30.50%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717215500.270.350.0712.4469.4976.86
HexEDAC9B01B237c454d
Octal35525423303343714105115
Binary111011011010110010011011011011100011111110010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC9B; }

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

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

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

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

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

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

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

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