#EDAF97

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

Shades of Wax Flower #EDAF97

Tints of Wax Flower #EDAF97

Color information

#EDAF97 (or 0xEDAF97) is unknown color: approx Wax Flower. HEX triplet: ED, AF and 97. RGB value is (237,175,151). Sum of RGB (Red+Green+Blue) = 237+175+151=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAF97 is #125068. Grayscale: #BEBEBE. Windows color (decimal): -1200233 or 9940973. OLE color: 9940973.

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

Color convert

RGB237175151-
CMYK00.260.360.07
HSL16.74º70.49%76.08%-
HSV(B)16.74º36.29%92.94%-
XYZ55.8450.936.16-
YUV190.8105.54160.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 151 (59.38% from 255) = 26.82%
R=42.10%
G=31.08%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717515100.260.360.0716.7470.4976.08
HexEDAF9701A24711464c
Octal35525722703244721106114
Binary1110110110101111100101110110101001001111000110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAF97; }

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

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

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

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

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

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

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

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