#EDAC99

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

Shades of Wax Flower #EDAC99

Tints of Wax Flower #EDAC99

Color information

#EDAC99 (or 0xEDAC99) is unknown color: approx Wax Flower. HEX triplet: ED, AC and 99. RGB value is (237,172,153). Sum of RGB (Red+Green+Blue) = 237+172+153=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC99 is #125366. Grayscale: #BDBDBD. Windows color (decimal): -1200999 or 10071277. OLE color: 10071277.

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

Color convert

RGB237172153-
CMYK00.270.350.07
HSL13.57º70%76.47%-
HSV(B)13.57º35.44%92.94%-
XYZ55.4349.8136.83-
YUV189.27107.53162.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.17%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 153 (60.16% from 255) = 27.22%
R=42.17%
G=30.60%
B=27.22%

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
Decimal23717215300.270.350.0713.577076.47
HexEDAC9901B237e464c
Octal35525423103343716106114
Binary111011011010110010011001011011100011111111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC99; }

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

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

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

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

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

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

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

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