#EDAC98

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

Shades of Wax Flower #EDAC98

Tints of Wax Flower #EDAC98

Color information

#EDAC98 (or 0xEDAC98) is unknown color: approx Wax Flower. HEX triplet: ED, AC and 98. RGB value is (237,172,152). Sum of RGB (Red+Green+Blue) = 237+172+152=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 152 (59.77% from 255 or 27.09% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAC98 is #125367. Grayscale: #BDBDBD. Windows color (decimal): -1201000 or 10005741. OLE color: 10005741.

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

Color convert

RGB237172152-
CMYK00.270.360.07
HSL14.12º70.25%76.27%-
HSV(B)14.12º35.86%92.94%-
XYZ55.3549.7836.4-
YUV189.16107.03162.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 152 (59.77% from 255) = 27.09%
R=42.25%
G=30.66%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717215200.270.360.0714.1270.2576.27
HexEDAC9801B247e464c
Octal35525423003344716106114
Binary111011011010110010011000011011100100111111010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC98; }

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

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

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

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

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

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

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

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