#EDAF98

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

Shades of Wax Flower #EDAF98

Tints of Wax Flower #EDAF98

Color information

#EDAF98 (or 0xEDAF98) is unknown color: approx Wax Flower. HEX triplet: ED, AF and 98. RGB value is (237,175,152). Sum of RGB (Red+Green+Blue) = 237+175+152=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 152 (59.77% from 255 or 26.95% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAF98 is #125067. Grayscale: #BFBFBF. Windows color (decimal): -1200232 or 10006509. OLE color: 10006509.

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

Color convert

RGB237175152-
CMYK00.260.360.07
HSL16.24º70.25%76.27%-
HSV(B)16.24º35.86%92.94%-
XYZ55.9250.9336.59-
YUV190.92106.04160.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.02%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 152 (59.77% from 255) = 26.95%
R=42.02%
G=31.03%
B=26.95%

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
Decimal23717515200.260.360.0716.2470.2576.27
HexEDAF9801A24710464c
Octal35525723003244720106114
Binary1110110110101111100110000110101001001111000010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAF98; }

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

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

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

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

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

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

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

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