#EDAF94

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

Shades of Wax Flower #EDAF94

Tints of Wax Flower #EDAF94

Color information

#EDAF94 (or 0xEDAF94) is unknown color: approx Wax Flower. HEX triplet: ED, AF and 94. RGB value is (237,175,148). Sum of RGB (Red+Green+Blue) = 237+175+148=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAF94 is #12506B. Grayscale: #BEBEBE. Windows color (decimal): -1200236 or 9744365. OLE color: 9744365.

HSL color Cylindrical-coordinate representation of color #EDAF94: hue angle of 18.2º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDAF94 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237175148-
CMYK00.260.380.07
HSL18.2º71.2%75.49%-
HSV(B)18.2º37.55%92.94%-
XYZ55.650.834.89-
YUV190.46104.04161.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 148 (58.20% from 255) = 26.43%
R=42.32%
G=31.25%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717514800.260.380.0718.271.275.49
HexEDAF9401A26712474b
Octal35525722403246722107113
Binary1110110110101111100101000110101001101111001010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAF94; }

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

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

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

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

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

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

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

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