#EDAD97

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

Shades of Wax Flower #EDAD97

Tints of Wax Flower #EDAD97

Color information

#EDAD97 (or 0xEDAD97) is unknown color: approx Wax Flower. HEX triplet: ED, AD and 97. RGB value is (237,173,151). Sum of RGB (Red+Green+Blue) = 237+173+151=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD97 is #125268. Grayscale: #BDBDBD. Windows color (decimal): -1200745 or 9940461. OLE color: 9940461.

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

Color convert

RGB237173151-
CMYK00.270.360.07
HSL15.35º70.49%76.08%-
HSV(B)15.35º36.29%92.94%-
XYZ55.4550.1336.03-
YUV189.63106.2161.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 151 (59.38% from 255) = 26.92%
R=42.25%
G=30.84%
B=26.92%

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
Decimal23717315100.270.360.0715.3570.4976.08
HexEDAD9701B247f464c
Octal35525522703344717106114
Binary111011011010110110010111011011100100111111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAD97; }

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

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

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

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

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

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

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

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